xsl-list
[Top] [All Lists]

Re: generating numbers for anchor tabindex

2002-10-06 08:32:03
Simeon Walker wrote:

I am trying to think of a way to automatically generate numbers
for the tabindex property of html anchors. Since the xml that ends
up getting transformed into the anchor could be at any level within
the document I can't use a simple position().

Any suggestions? Should I use a global variable that is incremented
each time an anchor is generated or are their better methods?
You can't increment a variable :)
Look at xsl:number instruction, it's supposed to provide the functionality you want.

--
Oleg Tkachenko
eXperanto team
Multiconn International, Israel


XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>