Introduction to DTD The purpose of a DTD is to define the legal building blocks of an XML document. It defines the document structure with a list of legal elements. A DTD can be declared inline in your XML document, or as an external reference
Book Excerpt: Inside XSLT Getting your data into an XML-based structure is one thing; making use of it once it is there is entirely another. In our first of a series of excerpts from chapter 2 of "Inside XSLT," author Steven Holzner introduces you to the format of an XML document
XML Attributes and Entities Just what exactly do ATTLIST and ENTITY mean? Jay explains these useful components of XML and feels better about himself in the process