Re: [xsl] XSL Variable not getting set

Subject: Re: [xsl] XSL Variable not getting set
From: Abel Braaksma <abel.online@xxxxxxxxx>
Date: Wed, 14 Mar 2007 16:54:32 +0100
Michael Kay wrote:
You can make it even tighter if you like:

<xsl:value-of select="for $p in 1 to 12 return ($cg[@month=$p]/@cost, 0)[1]"
separator=","/>


Michael Kay

you beat me to it ;)


Current Thread