Transforms an XML document
using an XSLT script that is referenced using a URL. The XML document
that is transformed is stored as process data. You can save the resulting
XML document as process data.
For information about the General and Route Evaluation property
groups, see Common operation properties.
Factory Options propertiesA property for specifying the XSLT engine to use.
Factory NameA string value that represents
the fully qualified name of the Java class to use for performing
the XSLT transformation, such as org.apache.xalan.xslt.XSLTProcessor.
The Java class used must extend javax.xml.transform.TransformerFactory and
must be available to the class loader of the LiveCycle Server.
XML Source propertiesA property for specifying the source document.
Source XML DocumentAn xml value that represents
the XML document on which the transformation is performed.
XSLT Source propertiesA property for specifying the XSLT script to apply to the
source document.
XSLT URLA string value that represents
the URL of the XSLT script.
To test the script, select literal
value, and then click the ellipsis button to display
the XSLT Source Text Input and Testing dialog box to use for specifying the
value. (See About XSLT Source Text Input and Testing.)
Transformation Result propertiesA property to use for saving the results of the transformation.
Transformed XMLThe location to store the result (formatted as XML)
that has been transformed. The data type is string.
|
|
|