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

NAME

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
  with the exception of DTD and DTD syntax

  style is "1" or "2".

EXPORT

  None by default.  

SEE ALSO

AUTHOR

Daniel Graham, <daniel@firstteamsoft.com<gt>

COPYRIGHT AND LICENSE

Copyright (C) 2008-2015 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.