Transforms an XML document using an XSLT
script that is stored as process data. The XML document is also
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.
XSLTA string value that represents
the XSLT script.
To specify a literal value, 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 XML that has been transformed.
The data type is string.
|
|
|