Resource Name:

Creating a Document Type Definition (DTD)

 

Resource Desc:

After the XML declaration, the document prolog can include a DTD, which lets you specify the kinds of tags that can be included in your XML document. In addition to telling a validating parser which tags are valid, and in what arrangements, a DTD tells both validating and nonvalidating parsers where text is expected, which lets the parser determine whether the whitespace it sees is significant or ignorable.

 

Resource URL:

http://java.sun.com/webservices/docs/1.0/tutorial/doc/JAXPSAX8.html

 

Rating: 0.00

 

# Times Viewed: 304

 

Reviews