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]

RE: easy XPath question




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@lists.mulberrytech.com>                                 
                    "Oleg Tkachenko"                   cc:     (bcc: Sanjay Pandey/Towers Perrin)                                
                    <olegt@multiconn.com>              Subject:     RE: [xsl] easy XPath question                                
                    Sent by:                                                                                                     
                    owner-xsl-list@lists.mulber                                                                                  
                    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


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