RE: [xsl] easy XPath question

Subject: RE: [xsl] easy XPath question
From: "Oleg Tkachenko" <olegt@xxxxxxxxxxxxx>
Date: Mon, 6 Aug 2001 21:21:32 +0200
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


Current Thread