Applies an XSL transformation to
the XML representation of the current node. It is equivalent to
calling saveXML and transforming the result with
the specified XSL document.
SyntaxReference_Syntax.applyXSL( STRING param )
Parameters
param
|
A valid string representing the XSL transformation
input to apply.
|
ReturnsA
valid string representing the result of the XSL transformation.
|
|
|