This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

selecting a subtree from a tree


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]