The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
simpleXMLParse version 2.1 
===========================

simpleXMLParse - Perl extension for pure perl XML parsing 

SYNOPSIS

  use simpleXMLParse;
  use Data::Dumper;
  my $parse = new simpleXMLParse({input => $fn, style => $style});

  print Dumper($parse->parse());

DESCRIPTION

  simpleXMLParse currently handles everything including CDATA.

  style is "1" or "2".

EXPORT

  None by default.  

SEE ALSO

AUTHOR

Daniel Graham, E<lt>dgraham@firstteamsoft.com<gt>

COPYRIGHT AND LICENSE

Copyright (C) 2008-2013 by Daniel Edward Graham

LGPL 3.0

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.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  Test

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2013 by Dan 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.