Business Process and Data Transformation Language Reference
<xslt>
|
|
<xslt name='simon' xslurl="http://www.intersystems.com/transform.xsl" source="context.a" target="context.b"> <parameters> <parameter name="surname" value="sez"/> </parameters> </xslt>
Attribute or Element | Description | Value |
---|---|---|
xslurl attribute | Required. URI of the XSLT definition that controls the transformation. The URI may begin with one of the following strings: file: http: url: or xdata: | A string of 0 to 255 characters. |
source attribute | Required. Name of the source (stream) object. | A string of 0 to 255 characters. |
target attribute | Required. Name of the target (stream) object | A string of 0 to 255 characters. |
name, disabled, xpos, ypos, xend, yend attributes | See “Common Attributes and Elements.” | |
<annotation> element | ||
<parameters> element | An optional <parameters> element may appear. Inside the <parameters> container, zero or more <parameter> elements may appear. Each <parameter> element defines an XSLT name-value pair to pass to the stylesheet that controls the XSLT transformation. | |
xsltversion attribute | Specifies whether the XSLT transformation uses XSLT 1.0 or 2.0. | A string with a value 1.0 or 2.0. |