Hi all,
I select 1 element from an XML
ab_XML.about.(lang=='e').desc
does the work, but actually i need it to compare another element:
ab_XML.about.(lang=='e' && web=='g').desc
But complains about the & symbol...
i saw an example like this with the hasOwnProperty function, in the flex
help...
I don't know if what i'm trying can be done...i really need to get the
data in one line, if possible.
Thanks a lot, i was googlering but couldn't find things like this, all
examples i see it's with one comparison only.
ty,
David Pariente