XML::CompactTree

Builder of compact tree structures from XML documents
Download

XML::CompactTree Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Petr Pajas
  • Publisher web site:
  • http://search.cpan.org/~pajas/

XML::CompactTree Tags


XML::CompactTree Description

Builder of compact tree structures from XML documents XML::CompactTree is a Perl module that provides functions that use XML::LibXML::Reader to parse an XML document into a parse tree formed of nested arrays (and hashes).It aims to be fast in doing that and to presreve all relevant information from the XML (including namespaces, document order, mixed content, etc.). It sacrifices user friendliness for speed.IMPORTANT: There is an even more efficient XS implementation of this module called XML::CompactTree::XS with 100% equivalent functionality.SYNOPSIS use XML::CompactTree; use XML::LibXML::Reader; my $reader = XML::LibXML::Reader->new(location => $url); ... my $tree = XML::CompactTree::readSubtreeToPerl($reader); ... Requirements: · Perl


XML::CompactTree Related Software