[Home] [By Thread] [By Date] [Recent Entries]
John Smith wrote:
<xsl:template name="aName"> <xsl:param name="max" select="particularSubElements.last()" /> .... </xsl:template> count(y) and change the param in your named template to be a variable if you don't mean the caller to set the amount for you: <xsl:variable name="nr-of-y-children" select="count(y)" /> Cheers, -- Abel Braaksma
|

Cart



