applyXSL

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.

Syntax

Reference_Syntax.applyXSL( STRING param )

Parameters

param

A valid string representing the XSL transformation input to apply.

Returns

A valid string representing the result of the XSL transformation.

Applies to

node class class

Version

XFA 2.1

// Ethnio survey code removed