XML DTD

XML DTD – An Introduction to XML Document Type Definitions


Table of contents

Introduction to DTD by Jan Egil Refsnes
An introduction to the XML Document Type Definition.


DTD – XML Building Blocks by Jan Egil Refsnes
What XML building blocks are defined in a DTD.


DTD Elements by Jan Egil Refsnes
How to define the elements of an XML document using DTD.


DTD Attributes by Jan Egil Refsnes
How to define the legal attributes of XML elements using DTD.


DTD Entities by Jan Egil Refsnes
How to define XML entities using DTD.


DTD Validation by Jan Egil Refsnes
How to test for DTD errors while loading XML documents.


DTD Examples by Jan Egil Refsnes
Some DTD examples.