Original author: Steffen Meschkat mesch@google.com (the xmlParse function, now xmlStrictParse).
xmlParse
xmlStrictParse
An XML parse and a minimal DOM implementation that just supports the subset of the W3C DOM that is used in the XSLT implementation.
The entry point for this parser. It verifies whether the document seems to be HTML. HTML is a special case if XML and it should be parsed differently.
The XML or HTML content to be parsed.
A DOM document.
Original author: Steffen Meschkat mesch@google.com (the
xmlParsefunction, nowxmlStrictParse).An XML parse and a minimal DOM implementation that just supports the subset of the W3C DOM that is used in the XSLT implementation.