RE: [xsl] easy XPath question

Subject: RE: [xsl] easy XPath question
From: "Sanjay Pandey/Towers Perrin" <pandeys@xxxxxxxxxx>
Date: Mon, 6 Aug 2001 15:12:25 -0400

Actually, I could find the solution myself. I believe that the solution
mentioned by you would not work! I get the desired result once I start
searching from
level1[@type='one'] level by putting //level2[@name]

So, level1[@type='one']//level2[@name] works for me.

Thanks anyway,
Sanjay



                                                                                                                                 
                                                                                                                                 
                                                       To:     <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>                                 
                    "Oleg Tkachenko"                   cc:     (bcc: Sanjay Pandey/Towers Perrin)                                
                    <olegt@xxxxxxxxxxxxx>              Subject:     RE: [xsl] easy XPath question                                
                    Sent by:                                                                                                     
                    owner-xsl-list@xxxxxxxxxxxx                                                                                  
                    rytech.com                                                                                                   
                                                                                                                                 
                                                                                                                                 
                    08/06/2001 03:21 PM                                                                                          
                    Please respond to xsl-list                                                                                   
                                                                                                                                 
                                                                                                                                 



Hello Sanjay !

> What should be the XPath for getting all the <level2 with
> attribute 'name'>
> nodes under <level1 with type = 'one'>.
You said it :) Its almost in XPath notation :)
level1[@type='one']/level2[@name]

---
Oleg Tkachenko,
Multiconn International


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list






 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread