Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Implementing DTD?

Status
Not open for further replies.

XMLidiot

Programmer
Jan 27, 2001
22
US
Where do I implement DTD? Does it go in the XML file, XSL file, or where? Thank you for all your answers in advance.
 
A reference to the DTD goes in the XML file. The DTD itself is a separate file which contains very non-XML code/commands which tell the various parsers how to validate the XML file.

Rose/Miros
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top