Posted By:
Luigi_Viggiano
Posted On:
Wednesday, August 29, 2001 08:42 AM
DTD is a way to check if an xml is compliant to a definition. The problem of dtd is that is not defined using XML, and sometime it can become a little difficult to read.
XML Schema does the same thing easier and is more powerfull to better describe the XML structure. Also XML schema has its own DTD to validate its structure.