As long as the XML is indeed valid XML, then you have a whole slew of modules to choose from: [cpan://XML]
I [http://www.google.com/search?safe=on&q=.NET+Dataset+XML+example|Google'd] for such XML and came up with the following code that uses [cpan://XML::Simple]
use strict; use warnings; use Data::Dumper; use XML::Simple; my $xml = XMLin(\*DATA); print Dumper $xml; __DATA__Hope this helps, feel free to ammend your question with any specifics. :)Portland 32 Berlin 20 Pune 16
jeffa
L-LL-L--L-LL-L--L-LL-L-- -R--R-RR-R--R-RR-R--R-RR B--B--B--B--B--B--B--B-- H---H---H---H---H---H--- (the triplet paradiddle with high-hat)
perlmonks.org content © perlmonks.org and jeffa, jZed, vinitns
prlmnks.org © 2006 edmund von der burg (eccles & toad)
v 0.03