xsl-list
[Top] [All Lists]

RE: from node 2 to node 5

2004-01-13 06:04:21
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



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