previous |
start |
next
Parsing with Document Type Definitions
- Specify a DTD with every XML document
- Instruct the parser to check that the document follows the
rules of the DTD
- Then the parser can be more intelligent about parsing
- If the parser knows that the children of an element are
elements, it can suppress white spaces
previous |
start |
next