Aha, yes, that does the trick - cheers for that Petr. It maybe worth adding that line to your Sablotron manual section 8.

Thanx for the arg example as well David.

I guess a similar line has been missing in your attempts: <xsl:param name="par"
select="0"/>
A parameter binding must be created in order to pass it a value.  Actually,
<xsl:param name="par"/> is enough, but it seems to be safer to provide a default
value as well.

Reply via email to