|
Home > Online Product Documentation > Table of Contents > About XML Document Structure About XML Document StructureThe XPath processor operates on a tree representation of XML data that looks like the following figure:
The root node has no actual text associated with it. You can think of the file name as the root node. A document can include zero or more comments and zero or more processing instructions. A document element is required, and there can be only one. The document element contains all elements in the document. For example:
In the preceding figure,
|
Using DataDirect XML Converters
Learn how to use DataDirect XML Converters and the Stylus Studio Java Code Generator to deploy the XQuery applications you build in Stylus Studio to a live server environment.
Manufacturing
Manufacturing
Property Management & Real Estate
Property Management & Real Estate
XQuery Functions - User Defined Functions in XQuery
Dr. Michael Kay's tutorial entitled: 'Defining your own Functions in XQuery' explains how to write powerful User Defined Functions in XQuery.