[Home] [By Thread] [By Date] [Recent Entries]
On 8/14/08, Mukul Gandhi <gandhi.mukul@xxxxxxxxx> wrote: > <xsl:variable name="startName" select="distinct-values($start/@name)" /> This could also be replaced with, <xsl:variable name="startName" select="$start[1]/@name" /> The rest of the stylesheet remains same ... -- Regards, Mukul Gandhi
|

Cart



