           SPELL=XML-Parser-Expat
         VERSION=2.34
#          SOURCE=XML-Parser-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/XML-Parser-$VERSION
#   SOURCE_URL[0]=http://www.cpan.org/authors/id/M/MS/MSERGEANT/$SOURCE
#          MD5[0]="6f0ebb087d3e73108b396df0dc9dd98d"
         LICENSE=ART
        WEB_SITE="http://search.cpan.org/search?module=XML::Parser::Expat"
         ENTERED=20020314
         UPDATED=20050410
           SHORT="Flexible fast parser with plug-in styles"
cat << EOF

This module provides ways to parse XML documents. It is
built on top of the XML::Parser::Expat manpage, which is a
lower level interface to James Clark's expat library. Each
call to one of the parsing methods creates a new instance
of XML::Parser::Expat which is then used to parse the doc
ument.  Expat options may be provided when the XML::Parser
object is created.  These options are then passed on to
the Expat object on each parse call.  They can also be
given as extra arguments to the parse methods, in which
case they override options given at XML::Parser creation
time.

EOF
