XML Tutorials - Herong's Tutorial Examples - v5.25, by Herong Yang
DTD (Document Type Definition) Introduction
This chapter provides tutorial notes and example codes on DTD (Document Type Definition). Topics include introduction to DTD (Document Type Definition); using DOCTYPE statement to define an XML document type; specifying XML elements, attributes and entities declaration statements inside or outside XML files; validating XML files against DTD document types.
What Is DTD (Document Type Definition)
XML Files with Embedded DTD Statements
Takeaways:
Table of Contents
Introduction of XML (eXtensible Markup Language)
DOM (Document Object Model) Programming Interface
SAX (Simple API for XML) Programming Interface
►DTD (Document Type Definition) Introduction
Validating an XML Document against the Specified DTD Document Type
XSD (XML Schema Definition) Introduction
Validating XML Documents Against Specified XML Schemas
XSL (Extensible Stylesheet Language) Introduction
XSLT (XSL Transformations) Introduction
XSLT Elements as Programming Statements
Control and Generate XML Element in the Result
PHP Extensions for XML Manipulation
Processing XML with Python Scripts
XML Tools Plugin for Notepad++
XML Plugin Packages for Atom Editor