Re: RES: [xsl] Inserting an XSL variable as an HTML table row ID

Subject: Re: RES: [xsl] Inserting an XSL variable as an HTML table row ID
From: Abel Braaksma <abel.online@xxxxxxxxx>
Date: Fri, 21 Sep 2007 15:31:34 +0200
Use position()

I.e.: <xsl:variable name="pos" select="position()" />


Jonathan Dias wrote:
Hi, how can I number all rows, I understood about that <tr id="{$id}">, but
still I don't know how to get the node position and put it into a variable
Can you help me please?

ty

E

Current Thread