           SPELL=xerces-c
         VERSION=2_7_0
          SOURCE=$SPELL-src_$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-src_$VERSION
   SOURCE_URL[0]=http://www.apache.org/dist/xml/$SPELL/source/$SOURCE
     SOURCE_HASH=sha512:9887acf3930379da9cb7ab67847ddb381615b5d1b8240cf8915bb7e084c66bdfc139f98a118f86852b53d44159f2fa3fe3ac0b634f5055105b8349df65e6e642:UPSTREAM_HASH
        WEB_SITE=http://xml.apache.org/xerces-c/index.html
         ENTERED=20030320
         UPDATED=20030718
      LICENSE[0]=APACHE
        KEYWORDS="parser xml libs"
           SHORT="Xerces-C++ is a validating XML parser"
cat << EOF
Xerces-C++ is a validating XML parser written in a portable subset 
of C++. Xerces-C++ makes it easy to give your application the ability
to read and write XML data. A shared library is provided for parsing,
generating, manipulating, and validating XML documents.

Xerces-C++ is faithful to the XML 1.0 recommendation and many associated
standards. The parser provides high performance, modularity, and 
scalability. Source code, samples and API documentation are provided with 
the parser. For portability, care has been taken to make minimal use of 
templates, no RTTI, and minimal use of #ifdefs.
EOF
