[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] problems with position()


Subject: [xsl] problems with position()
From: "rafael vazquez" <rc_vazquez@xxxxxxxxxxx>
Date: Fri, 14 Dec 2001 12:54:15 +0100

Hi All!
I have a problem using the position() function. I want to use it to generate the VALUE attribute of a HTML mark.
The problem is that the value that the function generates is always 0, but if I use it outside the mentioned attribute, the value returned is the correct. The code is shown below:



<MAP NAME="flechas"> <xsl:element name="AREA"> <xsl:attribute name="SHAPE">rect</xsl:attribute> <xsl:attribute name="COORDS">0,7,9,13</xsl:attribute> <xsl:attribute name="HREF"> javascript:alert(&#39;<xsl:value-of select="position()-1"/>&#39;); </xsl:attribute> </xsl:element> <AREA SHAPE="rect" COORDS="0,0,9,5" HREF=""/> </MAP>

Thanks in advance!

_________________________________________________________________
Hable con sus amigos en línea, pruebe MSN Messenger: http://messenger.msn.es


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




Current Thread