README - jd.xslt, Version 1.5.5, released 5 October 2003

Contents
--------
* Introduction
* Installation
* Documentation
* System Requirements
* Included Libraries
* Software Licenses
* jd.xslt Web Pages

Introduction
------------
Thank you for downloading this release of jd.xslt.
jd.xslt is a XSLT processor for transforming a XML document
according the transformation rules of a XSL stylesheet.

Installation
------------
Follow the installation procedure as described
in doc/download.html.

Documentation
-------------
Detailed documentation is located in doc/index.html.
The Javadoc API documentation can be built using the provided
Ant build script

System Requirements
-------------------
In order to run jd.xslt you need 
- a Java Virtual Machine 1.1 or higher 
- a XML Parser (see doc/download.html for more details)

Included Libraries
------------------
The following class libraries are included in the distribution:
- DOM Level 2 Java bindings (packages below org.w3c.dom)
- SAX 2 library (packages below org.xml.sax)
- SUN's JAXP API (packages below javax.xml)

Software Licenses
-----------------
The software under the package hierarchies beginning 
with javax.xml is covered by the Apache Software License
(see License-Apache.txt). 
The software under the package hierarchies beginning with 
org.w3c.dom is covered by the W3C Software License (see
License-W3C.html). 
The software under the package hierarchies beginning with 
org.xml.sax is in the Public Domain. 
All of the remaining software in this distribution is covered 
by the Mozilla Public License 1.1 (see License-MPL11.html).  

jd.xslt Web Pages
-----------------
For additional information, refer to the page 
http://www.aztecrider.com/xslt/
on the World Wide Web.

------------------------------------------------------------------------
Copyright  2001-2003 Johannes Dbler
All rights reserved.
