Petals-SE-XSLT 2.4

compared with
Current by Vincent Zurczak
on Oct 25, 2010 09:50.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (3)

View Page History
* [http://www.w3schools.com/XSL/el_param.asp]
* [http://projects.ischool.washington.edu/tabrooks/545/ContentManagement/PassingParameters.htm]
* [http://www.xml.com/pub/a/2001/02/07/trxml9.html]

The Petals XSLT component allows you to set XSL parameters in two different ways:
Trying to override a parameter value that is not overridable will result in a fault.

\\
{info}Remember, XSL parameters are declared with a *param* element in the XSL style-sheet.
A XSL parameter can be global (declared as a root element) or local (declared inside a template).
The value of a XSL parameter can be retrieved with *$parameter_name* or *\{$parameter_name\}*, depending on the parameter usage.{info}


h2. WSDL definitions