Chapter 8 Working with XML Documents
In addition to elements, attributes, entities, and text, there are several other items that can occur in an XML document. These include the following:
<?xml version='1.0'?>
<!-- This is a comment -->
<!NOTATION IMAGE SYSTEM "GIF">
DOMDocumentType
object.
This object has properties that hold the name of the DTD, as well
as listings of the entities and notations declared within the DTD.
Copyright © 2001 Sybase, Inc. All rights reserved. |