Posts Tagged ‘e4x namespace attribute hasOwnProperty XML’


Finding nodes with a namespaced attribute using e4x

12.19.2009

When digging through XML, e4x is definitely your friend but it can be tricky sometimes. I recently came across a situation where I needed to find all nodes with a certain namespaced attribute. I didn’t care what the attribute’s value was; I just needed to know which nodes had the attribute. Continue reading »