Name
Node.transformNodeToObject( ): transform a node to a document using XSLT — IE 6
Synopsis
Document transformNodeToObject(Documentxslt)Arguments
-
xslt An XSLT stylesheet, parsed to a Document object.
Returns
The result of the transformation, parsed to a Document object.
Description
This IE-specific method transforms a Node and its descendants
according to the rules specified in an XSLT stylesheet and returns
the result as a Document object. The transformNodeToObject( ) method exists
only on the nodes of XML documents, not HTML documents. Note that
since Document objects are themselves nodes, this method can be
applied to entire XML documents.
For similar functionality in other browsers, see XSLTProcessor.
See Also
XSLTProcessor, Node.transformNode(); Chapter 21
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access