MakeXMLDocument (open)
Creates an XML Document object out of the specified blob
Syntax
LOADLIB "wh::xml/dom.whlib";
OBJECT FUNCTION MakeXMLDocument(BLOB xmlfile, STRING encoding, BOOLEAN readonly)Parameters
BLOB xmlfileXML file to parse
STRING encodingXML file encoding, if known
BOOLEAN readonlyIf true, create a read-only XML document
Return value
OBJECTA new document object. use GetParseErrors() to check for syntax errors