My advice would be to feed your XML into a small program such as (assuming your XML is in 'text.xml' ) :
Whereupon it should become clearer.use XML::Simple; use Data::Dumper; my $foo = XMLin('test.xml'); print Dumper($foo);
/J\
In reply to Re: How to parse this XML?
by gellyfish
in thread How to parse this XML?
by Rufnex
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |