	BUILD_API=2
           SPELL=xml-grove
         VERSION=0.46alpha
          SOURCE=XML-Grove-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/XML-Grove-$VERSION
   SOURCE_URL[0]=http://www.cpan.org/authors/id/KMACLEOD/$SOURCE
          MD5[0]="29ccfb67e54152ad9169a8fb42084c06"
         LICENSE=ART
        WEB_SITE="http://search.cpan.org/search?dist=xml-grove"
         ENTERED=20020405
         UPDATED=20020405
      MAINTAINER=djcomputer@gmx.net
           SHORT="providing simple access to the parsed XML, HTML, or SGML instances"
cat << EOF
XML::Grove 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
  * create grove objects using an easy shorthand
EOF
