Anybody here familiar with XML::Simple?  I need to parse some XML that
looks like this:

<LabelResponse>
<Label>
<Image Number="1">base64datahere</Image>
<Image Number="2">base64datahere</Image>
<Image Number="3">base64datahere</Image>
</Label>
</LabelResponse>

I need to be able to grab the correct set of base64 data.  Does anyone
know how to do that?

- Grant

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to