Commit # 15586
The XSL parameters are injected in the referenced XSL when the SU is started.
The variables are defined in the jbi.xml, as follows:
<xslt:stylesheet>transformation.xsl</xslt:stylesheet>
<xslt:xsl-parameters>
<xslt:xsl-parameter name="toto">namespace::*</xslt:xsl-parameter>
</xslt:xsl-parameters>
The variable can refer to any text.
With this example, the _$toto variable will be replaced by "namespace::*" (without the quotes).
If you have a better to idea to name the variable (another syntax), please make your proposals here.
Be careful, having such variables in your XSL makes it invalid by default.
XSL code: <xsl:value-of select="concat('idtapptest/web/base/VIEWUDOC?filename=','XXX')"/>
The value 'XXX' should be replaced by: