Attributes |
Name | Required | Request-time | Type | Description |
var | false | false | java.lang.String | Name of the exported scoped variable for the transformed XML document. The type of the scoped variable is org.w3c.dom.Document. |
scope | false | false | java.lang.String | Scope for var. |
result | false | true | java.lang.String | Result Object that captures or processes the transformation result. |
xml | false | true | java.lang.String | Deprecated. Use attribute 'doc' instead. |
doc | false | true | java.lang.String | Source XML document to be transformed. (If exported by , it must correspond to a well-formed XML document, not a partial document.) |
xmlSystemId | false | true | java.lang.String | Deprecated. Use attribute 'docSystemId' instead. |
docSystemId | false | true | java.lang.String | The system identifier (URI) for parsing the XML document. |
xslt | false | true | java.lang.String | javax.xml.transform.Source Transformation stylesheet as a String, Reader, or Source object. |
xsltSystemId | false | true | java.lang.String | The system identifier (URI) for parsing the XSLT stylesheet. |