Thanks very much - works perfectly.
Tracy Spratt wrote: > > Almost all "properties" ain e4x are implemented as methods. So you want > localName(). Try: > > topElement.descendants.(localName() =="X" || localName() == "Y") ; > > Tracy > -- View this message in context: http://www.nabble.com/Filtering-descendant-XML-nodes-based-on-multiple-tag-names-tp16760756p16782698.html Sent from the FlexCoders mailing list archive at Nabble.com.

