[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#772530: ITP: libxml-treepuller-perl -- Pull interface to work with XML document fragments



Package: wnpp
Severity: wishlist
Owner: Matanya Moses <matanya@foss.co.il>

* Package name    : libxml-treepuller-perl
  Version         : 0.1.3
  Upstream Author : Tyler Riddle <triddle@cpan.org>
* URL             : http://search.cpan.org/~triddle/XML-TreePuller-0.1.3_01/lib/XML/TreePuller.pm
* License         : GPL1 and Artistic1
  Programming Lang: Perl
  Description     : Pull interface to work with XML document fragments

This module implements a tree oriented XML pull processor providing fast and convenient unmarshalling of extremely large XML documents serially. Unmarshalling means the module is intended to turn the XML document into datastructures, not transform it. Tree oriented means the data is returned from the engine as a tree of data replicating the structure of the original XML document. Pull processor means you sequentially ask the engine for more data (the opposite of SAX). This engine also supports breaking the document into fragments so the trees are small enough to fit into RAM.


Reply to: