Subject: from node 2 to node 5
From: "Markus Hanel" <markus.hanel@xxxxxx>
Date: Tue, 13 Jan 2004 13:26:26 +0100 (MET)
|
hallo,
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'])" />
thank you,
markus
<root>
<form><solution>1</solution></form>
<form><solution>2</solution></form>
<form><solution>3</solution></form>
<form><solution>2</solution></form>
<form><solution>2</solution></form>
<form><solution>6</solution></form>
<root>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|