Updated the on-line documentation, Daniel
[platform/upstream/libxslt.git] / doc / libxslt.sgml
1 <!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
2 <!entity xslt SYSTEM "sgml/xslt.sgml">
3 <!entity functions SYSTEM "sgml/functions.sgml">
4 <!entity pattern SYSTEM "sgml/pattern.sgml">
5 <!entity templates SYSTEM "sgml/templates.sgml">
6 <!entity transform SYSTEM "sgml/transform.sgml">
7 <!entity xsltutils SYSTEM "sgml/xsltutils.sgml">
8 <!entity attributes SYSTEM "sgml/attributes.sgml">
9 <!entity imports SYSTEM "sgml/imports.sgml">
10 <!entity namespaces SYSTEM "sgml/namespaces.sgml">
11 <!entity variables SYSTEM "sgml/variables.sgml">
12 <!entity keys SYSTEM "sgml/keys.sgml">
13 <!entity xsltInternals SYSTEM "sgml/xsltInternals.sgml">
14 <!entity numbersInternals SYSTEM "sgml/numbersInternals.sgml">
15 ]>
16
17 <book>
18   <bookinfo>
19     <title>Gnome XSLT Library Reference Manual</title>
20     <authorgroup>
21       <author>
22         <firstname>Daniel</firstname>
23         <surname>Veillard</surname>
24         <affiliation>
25           <address>
26             <email>daniel@veillard.com</email>
27           </address>
28         </affiliation>
29       </author>
30     </authorgroup>
31     <copyright>
32       <year>2001</year>
33       <holder>Daniel Veillard</holder>
34     </copyright>        
35
36     <legalnotice>
37       <para>Permission is granted to make and distribute verbatim
38       copies of this manual provided the copyright notice and this
39       permission notice are preserved on all copies.</para>
40
41       <para>Permission is granted to copy and distribute modified
42       versions of this manual under the conditions for verbatim
43       copying, provided also that the entire resulting derived work is
44       distributed under the terms of a permission notice identical to
45       this one.</para>
46
47       <para>Permission is granted to copy and distribute translations
48       of this manual into another language, under the above conditions
49       for modified versions.</para>
50     </legalnotice>
51
52     <abstract>
53       <para>This manual documents the interfaces of the libxslt
54       library and has some short notes to help get you up to speed
55       with using the library.</para>
56     </abstract>
57   </bookinfo>
58
59   <chapter id="libxslt-notes">
60      <title>Libxml Programming Notes</title>
61
62      <para>Libxml is an XSLT toolkit library, it allows to transform
63      XML documents. It uses the XML parser, tree and XPath functionnalities
64      of libxml2</para>
65   </chapter>
66   <chapter id="libxslt-lib">
67     <title>Libxslt Library Reference</title>
68
69     <para>This section contains the API reference for libxslt. All
70     the public interfaces are documented here. This reference guide is
71     build by extracting comments from the code sources. </para>
72
73     &xslt;
74     &functions;
75     &pattern;
76     &templates;
77     &transform;
78     &xsltutils;
79     &attributes;
80     &imports;
81     &namespaces;
82     &variables;
83     &keys;
84     &xsltInternals;
85     &numbersInternals;
86   </chapter>
87 </book>
88