xsl-list
[Top] [All Lists]

Re: [xsl] Select Nodes

2007-08-27 08:11:15
OK, i got it now,

Thx u very much,
Paul


----- Original Message ----
From: "christoph(_dot_)naber(_at_)daimlerchrysler(_dot_)com" 
<christoph(_dot_)naber(_at_)daimlerchrysler(_dot_)com>
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Sent: Monday, August 27, 2007 9:53:23 PM
Subject: RE: [xsl] Select Nodes


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[(_at_)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.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


       
____________________________________________________________________________________
Moody friends. Drama queens. Your life? Nope! - their life, your story. Play 
Sims Stories at Yahoo! Games.
http://sims.yahoo.com/  

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

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