XML::LibXML::Simple

XML::LibXML clone of XML::Simple::XMLin()
Download

XML::LibXML::Simple Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Mark Overmeer
  • Publisher web site:
  • http://search.cpan.org/~markov/

XML::LibXML::Simple Tags


XML::LibXML::Simple Description

XML::LibXML clone of XML::Simple::XMLin() XML::LibXML::Simple is a Perl module that's a blunt rewrite of XML::Simple (by Grant McLean) to use the XML::LibXML parser for XML structures, where the original uses plain Perl or SAX parsers.INHERITANCE XML::LibXML::Simple is a ExporterSYNOPSIS use XML::LibXML::Simple qw(XMLin); my $xml = XMLin , OPTIONS;Or the Object Oriented way: use XML::LibXML::Simple (); my $xs = XML::Simple->new(OPTIONS); my $ref = $xs->XMLin(, OPTIONS); Requirements: · Perl


XML::LibXML::Simple Related Software