![[Example]](../images/example.gif)
![[Back]](../images/back.gif)
DTDs: Validation for XML 1.0
- Special syntax (from SGML)
- Define allowable elements and attributes
- Define allowable ordering for elements
- Validity defined in terms of character stream
- XML document declares which DTD to use with !DOCTYPE
- DTD can be external to document, internal, or a little of each
- Other stuff: notations, entities, and conditional sections
40
Copyright (c) 2001 Mary Holstege
All rights reserved.