Go to Contents
Previous
Page
Next
Page
Contents > Glossary > DTD (Document Type Definition)

DTD (Document Type Definition)
A formal description of a particular type of XML. It defines a document structure, including the names of data elements and where they may occur within the structure. Valid XML conforms to the rules established in its DTD. XML parsers (such as Xerces) can check the validity of XML to its DTD.

Note: To return to the last page you viewed, click the Back button on the toolbar above.

Contents > Glossary > DTD (Document Type Definition)
Previous
Page
Next
Page