added Info.plist
[TestXSLT.git] / libsablot / README
1 This is the README file for the XSL processor called Sablotron
2
3 1. What is it Sablotron?
4 2. Licensing
5 3. Warranty
6 4. Porting
7 5. Installation
8 6. Sablotron and Perl
9 7. More info
10
11
12 1. What is Sablotron?
13 ========================================
14
15 Sablotron is an XML processor fully implemented in C++. It uses Expat by
16 James Clark as an XML parser. Sablotron implements XSLT 1.0, XPath 1.0 
17 and DOM Level2.
18
19 Original creator of Sablotron is Ginger Alliance (www.gingerall.com).
20
21
22 2. Licensing
23 ========================================
24
25 Sablotron is an Open Source project released under the MPL (Mozilla Public 
26 License). Alternatively you may use Sablotron under the GNU's GPL license.
27
28 Please, look at http://www.mozilla.org/MPL or
29 http://www.gnu.org/copyleft/gpl.html for further info.
30
31 If you want use the debugger, you may optionally ask Sablotron to use
32 the GNU readline library. Since this library is available under GPL
33 only, you have to confirm, that you are accepting the GPL for the
34 whole Sablotron library. You can do it, if you set the SABLOT_GPL=1
35 environment during the configure process.
36
37 3. Warranty
38 ========================================
39
40 We offer NO WARRANTY for using Sablotron in any conditions.
41
42
43 4. Porting
44 ========================================
45
46 So far Sablotron is tested on Linux (RedHat 5.2, 6.0, 6.1, 6.2, and 7.0), 
47 Windows (NT 4.0, 95, 98, 2000), Solaris (2.5.1, 2.6, 7), HP-UX (11.00), 
48 FreeBSD (3.4, 4.1), OpenBSD (2.8 beta) and OpenServer (5.0.x). We hope, 
49 that it should work on most other Unix systems as well.
50
51 If you build Sablotron on some other system, please, let us
52 know. All porting activities are welcome.
53
54
55 5. Installation
56 ========================================
57
58 To build and run Sablotron read the INSTALL file in the same
59 directory as this file.
60
61 To install or compile Sablotron on Windows read the INSTALL_WIN
62 file instead.
63
64
65 6. Sablotron and Perl
66 ========================================
67
68 If you'd like to call Sablotron from Perl, download the XML::Sablotron
69 module from our website (http://www.gingerall.org) or from CPAN.
70
71 Follow the instructions from the README and INSTALL files of the Perl package.
72
73
74 7. More info
75 ========================================
76
77 For more info (including Sablotron manual and API reference) look at
78 the Ginger Alliance web site:
79
80 http://www.gingerall.org
81
82 Maillist subscriptions are also available on this site.
83
84
85 Enjoy Sablotron!!
86
87 GA