Re: Parametrized results in XSLT

Le jeudi 18 octobre 2007 à 19:47 +0200, Roland Gülle a écrit :
> done.
> 
> now you could use:
> <xsl:call-template name="result">
>   <xsl:with-param name="replace1">foo</xsl:with-param>
>   <xsl:with-param name="replace2">bar</xsl:with-param>
>   ...
> </xsl:call-template>
> 
> foo and bar would be replaced with the placeholder
> > PLACEHOLDER_1
> > PLACEHOLDER_2
> in the message.

This works great, thanks!

Dom

Received on Monday, 22 October 2007 22:28:38 UTC