Class XSLEngine
Object
|
+--XSLEngine
- class
XSLEngine
This is XSLEngine class for transforming XSL templates.
Defined in XSLEngine.js
|
Constructor Summary |
XSLEngine(<String> xslFile)
Constructs a new instance of XSLEngine class.
|
XSLEngine
XSLEngine(<String> xslFile)
Constructs a new instance of XSLEngine class.
Parameters:
xslFile - The XSL template file to transform.
init
XSLEngine init(<String> xslFile)
Parameters:
xslFile - The XSL template file to transform.
Returns:
XSLEngine object instance itself.
transform
String transform(<String> xml)
Transforms XSL template feeding XML data.
Parameters:
xml - The XML to transform.
Returns:
The output string as the result of the XML transformation.
www.troika-asp.com
Documentation generated on Sun Jun 15 17:59:32 2008