|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Help with elements nested at different levels
Vincenzo Menanno wrote:
Hi Vincenzo, To find all Script elements having a certain parent in common, you can use: //parentnodename/Script i.e.: //ScriptCatalog/Script or: //group/Script This will rule out any other possibilities. If you want all Script elements that do not have a parent of "CustomMenuCatalog" (assuming it will be at the first level above) you can do this, too: //*[not(self::CustomMenuCatalog)]/Script which will give you all Script elements that do not have CustomMenuCatalog as a direct parent. HTH, Cheers & Happy New Year, -- Abel Braaksma
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








