One way is: trace(foo.descendants("P-E").toXMLString());

Kenneth Kawamoto
http://www.materiaprima.co.uk/

eric e. dolecki wrote:
I am getting XML from a WSDL and one of the nodes is like so:

<P-E>26.95</P-E>

now, how can I address this node?

trace( foo..P-E );

won't work, how can I use E4X to reliably get that node's value if the index
of it (child index) could move around within the parent nodes?

Eric
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to