Transform using XSLT(URL) operation

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 properties

A property for specifying the XSLT engine to use.

Factory Name

A 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 AEM forms Server.

XML Source properties

A property for specifying the source document.

Source XML Document

An xml value that represents the XML document on which the transformation is performed.

XSLT Source properties

A property for specifying the XSLT script to apply to the source document.

XSLT URL

A 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 properties

A property to use for saving the results of the transformation.

Transformed XML

The location to store the result (formatted as XML) that has been transformed. The data type is string .

// Ethnio survey code removed