xsl-list
[Top] [All Lists]

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

2007-09-21 06:33:00
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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--