summaryrefslogtreecommitdiffstats
path: root/libxslt/doc/libxslt.xml
blob: c35078737cbedf987a9d2e00ee8f0dc4cdd85966 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY xslt SYSTEM "xml/xslt.xml">
<!ENTITY functions SYSTEM "xml/functions.xml">
<!ENTITY pattern SYSTEM "xml/pattern.xml">
<!ENTITY templates SYSTEM "xml/templates.xml">
<!ENTITY transform SYSTEM "xml/transform.xml">
<!ENTITY xsltutils SYSTEM "xml/xsltutils.xml">
<!ENTITY attributes SYSTEM "xml/attributes.xml">
<!ENTITY imports SYSTEM "xml/imports.xml">
<!ENTITY namespaces SYSTEM "xml/namespaces.xml">
<!ENTITY variables SYSTEM "xml/variables.xml">
<!ENTITY extensions SYSTEM "xml/extensions.xml">
<!ENTITY keys SYSTEM "xml/keys.xml">
<!ENTITY xsltInternals SYSTEM "xml/xsltInternals.xml">
<!ENTITY numbersInternals SYSTEM "xml/numbersInternals.xml">
]>

<book>
  <bookinfo>
    <title>GNOME XSLT Library Reference Manual</title>
    <authorgroup>
      <author>
        <firstname>Daniel</firstname>
        <surname>Veillard</surname>
        <affiliation>
	  <address>
	    <email>daniel@veillard.com</email>
	  </address>
        </affiliation>
      </author>
    </authorgroup>
    <copyright>
      <year>2001</year>
      <holder>Daniel Veillard</holder>
    </copyright>	

    <legalnotice>
      <para>Permission is granted to make and distribute verbatim
      copies of this manual provided the copyright notice and this
      permission notice are preserved on all copies.</para>

      <para>Permission is granted to copy and distribute modified
      versions of this manual under the conditions for verbatim
      copying, provided also that the entire resulting derived work is
      distributed under the terms of a permission notice identical to
      this one.</para>

      <para>Permission is granted to copy and distribute translations
      of this manual into another language, under the above conditions
      for modified versions.</para>
    </legalnotice>

    <abstract>
      <para>This manual documents the interfaces of the libxslt
      library and has some short notes to help get you up to speed
      with using the library.</para>
    </abstract>
  </bookinfo>

  <chapter id="libxslt-notes">
     <title>Libxslt Programming Notes</title>

     <para>Libxslt is an XSLT toolkit library, which allows you to transform
     XML documents. It uses the XML parser, tree and XPath functionalities
     of libxml2</para>
  </chapter>
  <chapter id="libxslt-lib">
    <title>Libxslt Library Reference</title>

    <para>This section contains the API reference for libxslt. All
    the public interfaces are documented here. This reference guide is
    build by extracting comments from the code sources. </para>

    &xslt;
    &functions;
    &pattern;
    &templates;
    &transform;
    &xsltutils;
    &attributes;
    &imports;
    &extensions;
    &namespaces;
    &variables;
    &keys;
    &xsltInternals;
    &numbersInternals;
  </chapter>
</book>