simpleXMLParse - Perl extension for pure perl XML parsing use simpleXMLParse; my $parse = new simpleXMLParse({input => $fn, style => $style}); print Dumper($parse->parse()); simpleXMLParse currently handles most things except CDATA. Daniel Graham, dgraham@firstteamsoft.com COPYRIGHT AND LICENSE Copyright (C) 2008-2013 by Daniel Edward Graham This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.16.3 or, at your option, any later version of Perl 5 you may have available.