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


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


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