|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: problems with position()
Can you give the most necessary XML and XSL-code. On which elements are you
matching?
The only thing I can advise you is to shorten your code with attribute value
templates:
<MAP NAME="flechas">
<AREA SHAPE="rect" COORDS="0,7,9,13"
HREF="javascript:alert('{position() - 1}')"/>
<AREA SHAPE="rect" COORDS="0,0,9,5" HREF=""/>
</MAP>
And even if you don't want to use AVT in {} you don't need to use
xsl:element and xsl:attribute for the element-name and the other attributes.
Regards,
Joerg
> 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('<xsl:value-of select="position()-1"/>');
> </xsl:attribute>
> </xsl:element>
> <AREA SHAPE="rect" COORDS="0,0,9,5" HREF=""/>
> </MAP>
>
> Thanks in advance!
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








