This is the README file for the XSL processor called Sablotron
========================================
Sablotron is an XML processor fully implemented in C++. It uses Expat by
James Clark as an XML parser. Sablotron implements XSLT 1.0, XPath 1.0
Original creator of Sablotron is Ginger Alliance (www.gingerall.com).
========================================
Sablotron is an Open Source project released under the MPL (Mozilla Public
License). Alternatively you may use Sablotron under the GNU's GPL license.
Please, look at http://www.mozilla.org/MPL or
http://www.gnu.org/copyleft/gpl.html for further info.
If you want use the debugger, you may optionally ask Sablotron to use
the GNU readline library. Since this library is available under GPL
only, you have to confirm, that you are accepting the GPL for the
whole Sablotron library. You can do it, if you set the SABLOT_GPL=1
environment during the configure process.
========================================
We offer NO WARRANTY for using Sablotron in any conditions.