Posted By:
AlessandroA_Garbagnati
Posted On:
Monday, April 9, 2001 03:06 PM
Hi,
DTD stands for Document Type Definition and it defines the 'grammar' for an the markup language. It is defined by the designer of the markup language itself and it allows a parser to check the validity of the content of a file written with that markup language.
I'll suggest you to read Page 3 of this this article from Javaworld:
XML for the absolute beginner.