Defines the source XML document to transform to one of the following formats:
Defines a pattern for identifying a string of values. For example, you can define the expression Datasets[“/VER2_Dataset”].srcXML
Defines the path of a file where an operator is executed. The file path can be a shared location or a URL.
Consider the following examples:
Specifies the XML data that acts as an input.
Specifies the source XSLT information in one of the following formats:
Defines a pattern for identifying a string of values. For example, you can define the expression Datasets[“/VER2_Dataset”].srcXML
Defines the path of a file where an operator is executed. The file path can be a shared location or a URL.
Consider the following examples:
Specifies the XSL data that acts as an input.
Specifies one of the following options to determine the XSLT version that is used to transform the source XML:
Specifies the input parameters as key-value pairs in XSLT Operator. You can dynamically assign values to the input parameters (key) that are defined in XSL.
You can define a key (top-author) in XSL and can assign a value (Robert Kisosk) from an XSLT Operator as in the following example:
<xsl:param name="top-author">Jasper Forde</xsl:param>
Key: top-author Value=”Robert Kisosk”
|
Copyright © 2014 CA.
All rights reserved.
|
|