Object
zXmlDom
The zXmlDom
class is used to create cross-browser XML DOM document
objects using a common interface.
This class equalizes the differences between browser implementations of XML DOM documents.
Nicholas C. Zakas, http://www.nczonline.net/
1.0
1.0
static XMLDocument |
createDocument() Creates an XML DOM document. |
public static XMLDocument createDocument()
Creates an XML DOM document.
An XML DOM document.