The DomDocument class / xml.DomDocument methods |
Loads an XML Document into a DomDocument object from a PIPE.
Loads an XML Document into a DomDocument object from a PIPE where cmd is the command to read from the PIPE.
See setFeature() to specify how the document can be loaded. HTML parsing is possible when enable-html-compliancy is enabled.
See getErrorsCount() and getErrorDescription() to retrieve error messages related to XML document loading.
In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.