|
home—lects—exams—hws
breeze (snow day)
Originally based on XML Visual Quickstart Guide by Kevin Howard Goldberg, and notes therefrom by Jack Davis (jcdavis@radford.edu).
DTD's define rules for every element and attribute that can appear
in an XML document. You must declare the DTD in an XML document
in order to specify its use. Once this declaration is made, various
tools can be used to validate the XML document against the DTD.
DTD's can be written and saved as separate files, or they can be written
entirely within an XML document. Almost always, DTD's are specified in a
separate file. Then the tag set they specify can be used to validate
all the XML documents that refer to it.
home—lects—exams—hws
breeze (snow day)
©2011, Ian Barland, Radford University Last modified 2011.Mar.28 (Mon) |
Please mail any suggestions (incl. typos, broken links) to ibarlandradford.edu |