xmlGetXMLDOMDoc (client-side)
Use this routine to create an XML DOMDocument object with an empty documentElement property.
Definition
xmlGetXMLDOMDoc
Parameters
None.
Return Value
An XML DOMDocument object with an empty documentElement property.
Remarks
The string version of the returned document has the following form:
<document />
This routine is available in the include file HTTPXMLUtil.htm.
There is a functionally equivalent version of this routine defined for server-side use in the file HTTPXMLUtil.asp.