Subject: selecting a subtree from a tree
From: "Joeri Belis" <joeri.belis@xxxxxxxxxxxx>
Date: Fri, 5 Apr 2002 14:34:51 +0200
|
consider this XML
<root>
<record>
<namedcell name="ordernr"/>
<data>1</data>
</record>
<record>
<namedcell name="client"/>
<data>client x</data>
</record>
<record>
<namedcell name="address"/>
<data>xmlstreet 15</data>
</record>
<record>
<namedcell name="country">
<data>Transformatia</data>
</record>
</root>
how can i select the 2 record of client and address and assign them to a
variable.
I don't need the first and last record (ordernr and country ) in this
nodeset.
Thanks
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|