Not like SOA 10g, in
SOA 11g the parameters can be directly added into the Transform activity from
GUI.
The parameters can be
of any schema element type; the XML Schema Simple types are not accepted.
Create a schema
definition that will have the parameter definition e.g.
Here, I have defined
the schema to pass the parameters startIndex and endIndex to the XSLT.
Create the variable
(e.g. parameters) of required element type defined in the schema, in my case
the element name is parameters.
Open the Transform
activity and select the Input/output variables. Add the parameters variable in
the source section, the first variable that is added becomes the source for the
transformation activity. These additional variables become as parameters to the
transform file.
The parameter can be
accessed using the syntax: $parametername+ XPath expression for the node.
No comments:
Post a Comment