Source: libxml-grove-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci@debian.org>,
 Ansgar Burchardt <ansgar@43-1.org>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/XML-Grove/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-grove-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-grove-perl/
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libxml-perl

Package: libxml-grove-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libxml-perl
Description: Perl module for accessing parsed *ML instances
 The XML::Grove module provides simple access to the information set of
 parsed XML, HTML, or SGML instances using a tree of Perl hashes.  This
 package also includes several extensions to XML::Grove that provide
 the following:
 .
  * returning element contents as a string
  * returning element contents as XML, HTML, or Canonical XML
  * processing entire groves using the visitor pattern
  * processing entire groves using PerlSAX
  * running a filter over all nodes in the grove
  * substituting values into an XML template grove
  * indexing a grove by ID or other attributes
  * accessing elements and objects via URL-like paths
