Re: [xsl] apply-templates repeats inside xsl:for-each, why

Subject: Re: [xsl] apply-templates repeats inside xsl:for-each, why
From: "Liam R E Quin liam@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 16 Jun 2014 01:31:03 -0000
On Mon, 2014-06-16 at 01:22 +0000, Mark Giffin m1879@xxxxxxxxxxxxx w
>            <xsl:value-of select="$platforms/platform[position()]/@id"/>

Do you mean position() eq $num perhaps?

position() by itself will return the position of a node in its
containing sequence or nodelist, which will always be non-zero and hence
always true.

-- 
Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/
Pictures from old books: http://fromoldbooks.org/
Ankh: irc.sorcery.net irc.gnome.org freenode/#xml

Current Thread