|
Home > Online Product Documentation > Table of Contents > What Is a DTD? What Is a DTD?
A document type definition (DTD) describes the structure of a document. It specifies which elements can contain which other elements, which elements are optional and which are required, and which elements contain data. For example, a DTD might specify that a
To use a DTD, you must associate it with an XML document. A DTD can be internal or external. An
internal DTD is inside the XML document that uses it. It appears in the
A
document instance is an XML document that uses a particular DTD. In other words, the contents of a document instance have been tagged according to the structure defined in the DTD it is associated with. For example, if the contents of the
|
Why XQuery - The Case for XQuery
Read "The Case for XQuery" - an article that debuted in the November 2005 issue of SOA WebServices Journal, written by Jerry King, Vice President of DataDirect Technologies.
Stylus Studio's Advanced XQuery Mapper Features
Learn how to create an advanced XQuery expression in the XQuery mapper, specifying operations, constants, and ports, for use in conditional blocks and FLWR expressions. Free online video demonstration!
Whitepaper: FIXML - Working with Complex Message Sets Defined Using XML Schema
The advanced XML Schema handling and presentation capabilities of Stylus Studio have valuable implications for users of industry-specific XML message sets.
XML Schema Tutorial
An XML Schema Tutorial that explores real-world XML Schema development issues, XML Schema examples and various use cases.