RE: [xsl] from node 2 to node 5

Subject: RE: [xsl] from node 2 to node 5
From: Jarno.Elovirta@xxxxxxxxx
Date: Tue, 13 Jan 2004 15:04:21 +0200
Hi,

> is there a possibility to take the solutions from form 2 to form 5?
> <xsl:variable name="point"
> select="count(table/form[2]?to?[5]/solution[./text()='2'])" />

select="count(root/form[position() >= 2 and position() &lt;= 5 and solution = '2'])"

Cheers,

Jarno - Grendel: Corroding Conscience (Feindflug Remix)

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


Current Thread