Yes, this is possible. Here an example.

<map:transform src="">
    <map:parameter name="param1" value="{1}"/>
    <map:parameter name="param2" value="{2}"/>
</map:transform>

You just have to add the parameters to the xsl you are calling. In our case:

<xsl:param name="param1" />
<xsl:param name="param2" />


Greets,

Nils Kaiser

Nicolás Lichtmaier schrieb:
That's it. I'm matching in a pipeline with wildcards:

<map:match pattern="formulario/*/*">

... and now I would like to pass {1} and {2} as normal XSLT parameters. Is this posible? I can't find anything in the docs.

Thanks!


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to