Answered
need E4X help
I can't get my E4X search to work and wonder if someone will
help me. I know that my xml is loading.
when I type
trace(pXML.usr[0].@nme)
it returns Bill.
but when I type
trace(pXML.usr.@nme=="Bill")
it returns false.
Can someone tell me whats wrong with my search sytax? I'm trying to return all items that which have a nme attribute value of "Bill"
The relevant portion of my code and the xml are attached.
Thanks,
Casey
when I type
trace(pXML.usr[0].@nme)
it returns Bill.
but when I type
trace(pXML.usr.@nme=="Bill")
it returns false.
Can someone tell me whats wrong with my search sytax? I'm trying to return all items that which have a nme attribute value of "Bill"
The relevant portion of my code and the xml are attached.
Thanks,
Casey