Object
zXslt
The zXslt
class is used to perform cross-browser XSLT transformations.
This class equalizes the differences between Internet Explorer and Mozilla implementations (other browsers don't support JavaScript-based XSLT).
Nicholas C. Zakas, http://www.nczonline.net/
1.0
1.0
static String |
transformToText(XMLDocument
oXml, XMLDocument oXslt) Transforms an XML document using an XSLT document. |
public static String transformToText(XMLDocument oXml, XMLDocument oXslt)
Transforms an XML document using an XSLT document.
oXml
- The XML DOM document to transform.oXslt
- An XML DOM document loaded with XSLT.A string containing the transformation.