I would like to get all descendants having a tag name of either X or Y. Can
this be done in one nice expression?

I want something like this: topElement..(X|Y) or topElement..(localName ==
"X" || localName == "Y")

But neither of those seem to work.

At the moment I have to do topElement..* and then filter programatically.
-- 
View this message in context: 
http://www.nabble.com/Filtering-descendant-XML-nodes-based-on-multiple-tag-names-tp16760756p16760756.html
Sent from the FlexCoders mailing list archive at Nabble.com.

Reply via email to