|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Exclude by Sibling Condition
Considering the following XML fragment: <page name="p0" tab="products"/> <page name="p1" tab="products"/> <page name="p2" tab="products"/> <page name="d" tab="downloads"/> <page name="s" tab="support"/> How can I select a subset that excludes elements with a tab attribute value matching that of a previous sibling? Meaning I want a list with no redundant @tab values like: <page name="p0" tab="products"/> <page name="d" tab="downloads"/> <page name="s" tab="support"/> Thanks, Mike
|
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
|






