trace(foo.descendants("P-E"));

(Worth looking at foo.child() and foo.elements() too...)

HTH,
  Ian

On Tue, Jul 29, 2008 at 3:50 PM, eric e. dolecki <[EMAIL PROTECTED]> 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
>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to