           SPELL=xalan-j
         VERSION=2_6_0
          SOURCE=${SPELL}_$VERSION-src.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_$VERSION
   SOURCE_URL[0]=http://www.apache.org/dist/xml/$SPELL/source/$SOURCE
     SOURCE_HASH=sha512:9f368c2dff9c5e4d6b9f74944da18aa5ed0d785fb42e1a89c64fc33e215b5ac38987844d21b7c5a68df7d92170e89340c23edadf6970debf55953640dbba3bbf
      LICENSE[0]=APACHE
        WEB_SITE=http://xml.apache.org/xalan-j/index.html
        KEYWORDS="java xml"
         ENTERED=20030326
           SHORT='XSLT processor for transforming XML documents'
cat << EOF
Xalan-Java is an XSLT processor for transforming XML documents into HTML, 
text, or other XML document types. It implements XSL Transformations 
(XSLT) Version 1.0 and XML Path Language (XPath) Version 1.0. It can be 
used from the command line, in an applet or a servlet, or as a module 
in other program.

Xalan-Java recasts Xalan as an implementation of the Transformation API 
for XML (TRaX) interfaces, part of the Java API for XML Processing 1.2. 
TRaX provides a modular framework and a standard API for performing XML 
transformations, and it utilizes system properties to determine which 
Transformer and which XML parser to use.

Xalan-Java also builds on SAX 2 and DOM level 2.
EOF
