Ignore and Include Keywords





The IGNORE and INCLUDE keywords are used to test various sections of the DTD.
The IGNORE keyword can be used to suppress the action of a declaration. The syntax
for using the IGNORE and INCLUDE keywords are:
<! [IGNORE [DTD section]] >
<! ( INCLUDE [DTD section] I >
The keywords cannot appear inside a declaration. A section of the DTD must
include an entire declaration or a set of declarations, comments and white spaces.
<! [IGNORE]ELEMENT TITLE (#PCDATA)>
<![INCLUDE]ELEMENT ISBN (#PCDATA)>
The above piece of code tells the processor to ignore the element TITLE and
to include the element ISBN.
Domain Name Search
|