XML::CompactTree::XS

A fast builder of compact tree structures from XML documents
Download

XML::CompactTree::XS Ranking & Summary

Advertisement

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

XML::CompactTree::XS Tags


XML::CompactTree::XS Description

A fast builder of compact tree structures from XML documents XML::CompactTree::XS is a Perl module which 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 very 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.SYNOPSIS use XML::CompactTree::XS; use XML::LibXML::Reader; my $reader = XML::LibXML::Reader->new(location => $url); ... my $tree = XML::CompactTree::XS::readSubtreeToPerl($reader, XCT_DOCUMENT_ROOT|XCT_IGNORE_WS|XCT_IGNORE_COMMENTS); ... Requirements: · Perl


XML::CompactTree::XS Related Software