From 256f6e5222d11be55c06a91a4db360bac0e3a6d6 Mon Sep 17 00:00:00 2001 From: Stef Date: Tue, 29 Jun 2004 22:51:34 +0000 Subject: Updated to new sablot library --- win32/sablot/README | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 91 insertions(+), 4 deletions(-) (limited to 'win32/sablot/README') diff --git a/win32/sablot/README b/win32/sablot/README index 628a07a..15bfa96 100644 --- a/win32/sablot/README +++ b/win32/sablot/README @@ -1,87 +1,174 @@ This is the README file for the XSL processor called Sablotron + + 1. What is it Sablotron? + 2. Licensing + 3. Warranty + 4. Porting + 5. Installation + 6. Sablotron and Perl + 7. More info + + + 1. What is 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 + and DOM Level2. + + Original creator of Sablotron is Ginger Alliance (www.gingerall.com). + + + 2. Licensing + ======================================== + + 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. + + 3. Warranty + ======================================== + + We offer NO WARRANTY for using Sablotron in any conditions. + + + 4. Porting + ======================================== -So far Sablotron is tested on Linux (RedHat 5.2, 6.0, 6.1, 6.2, and 7.0), -Windows (NT 4.0, 95, 98, 2000), Solaris (2.5.1, 2.6, 7), HP-UX (11.00), -FreeBSD (3.4, 4.1), OpenBSD (2.8 beta) and OpenServer (5.0.x). We hope, -that it should work on most other Unix systems as well. + + +So far Sablotron is tested on Linux (RedHat 5.2, 6.0, 6.1, 6.2, 7.0, + +8.0 and 9), Windows (NT 4.0, 95, 98, 2000), Solaris (2.5.1, 2.6, 7), + +HP-UX (11.00), FreeBSD (3.4, 4.1), OpenBSD (2.8 beta) and OpenServer + +(5.0.x). We hope, that it should work on most other Unix systems as well. + + If you build Sablotron on some other system, please, let us + know. All porting activities are welcome. + + + 5. Installation + ======================================== + + To build and run Sablotron read the INSTALL file in the same + directory as this file. + + To install or compile Sablotron on Windows read the INSTALL_WIN + file instead. + + + 6. Sablotron and Perl + ======================================== + + If you'd like to call Sablotron from Perl, download the XML::Sablotron + module from our website (http://www.gingerall.org) or from CPAN. + + Follow the instructions from the README and INSTALL files of the Perl package. + + + 7. More info + ======================================== + + For more info (including Sablotron manual and API reference) look at + the Ginger Alliance web site: + + http://www.gingerall.org + + Maillist subscriptions are also available on this site. + + + Enjoy Sablotron!! + + GA + -- cgit v1.2.3