Hi coders,

I just started working on a new project that is requiring me to handle
an xml format that I haven't had to deal with yet.

Here is an example of what it looks like:

<image imageID="halLogin" img="hal.png" text=""
Font="Black,8,Regular,AlignLeft" onPanel="true" xPos="0.25"
yPos="0.112" />

I'm used to parsing xml that looks like this:

<something>
<blah>"foo"</blah>
</something>

How do I parse xml that looks like the first example with multiple
values inside of a single node?

Thanks.
--
Carl Welch
http://www.carlwelch.com
[EMAIL PROTECTED]
805.403.4819
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to