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.
