RE: [xsl] Select Nodes

Subject: RE: [xsl] Select Nodes
From: christoph.naber@xxxxxxxxxxxxxxxxxxx
Date: Mon, 27 Aug 2007 16:53:23 +0200
Hello Paul,

> <book category="WEB">
>   <title lang="en">Learning XML</title>
>   <author>Erik T. Ray</author>
>   <year>2003</year>
>   <price>39.95</price>
> </book>
>
> xmlDoc.selectNodes(path expression)

select="book[@category='WEB']/title/@lang"

Greetings
Christoph



If you are not the intended addressee, please inform us immediately that you
have received this e-mail by mistake and delete it. We thank you for your
support.

Current Thread
  • [xsl] Select Nodes
    • Paulus Jacko - Mon, 27 Aug 2007 07:48:46 -0700 (PDT)
      • christoph . naber - Mon, 27 Aug 2007 16:53:23 +0200 <=
      • <Possible follow-ups>
      • cknell - Mon, 27 Aug 2007 11:07:22 -0400
      • Paulus Jacko - Mon, 27 Aug 2007 08:10:02 -0700 (PDT)