|
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: |
- Re: Passing parameter to the XSLTProcessor... is this ... Nils Kaiser
- Re: Passing parameter to the XSLTProcessor... is ... Nicolás Lichtmaier
