summaryrefslogtreecommitdiff
path: root/doc/gnome-xml.sgml
blob: 109e25418f1ee3805647eb6e50606f2f96b96000 (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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
<!entity SAX SYSTEM "sgml/SAX.sgml">
<!entity entities SYSTEM "sgml/entities.sgml">
<!entity encoding SYSTEM "sgml/encoding.sgml">
<!entity parser SYSTEM "sgml/parser.sgml">
<!entity parserInternals SYSTEM "sgml/parserInternals.sgml">
<!entity error SYSTEM "sgml/xmlerror.sgml">
<!entity HTMLparser SYSTEM "sgml/HTMLparser.sgml">
<!entity HTMLtree SYSTEM "sgml/HTMLtree.sgml">
<!entity debugXML SYSTEM "sgml/debugXML.sgml">
<!entity tree SYSTEM "sgml/tree.sgml">
<!entity uri SYSTEM "sgml/uri.sgml">
<!entity xpath SYSTEM "sgml/xpath.sgml">
<!entity xpathInternals SYSTEM "sgml/xpathInternals.sgml">
<!entity xpointer SYSTEM "sgml/xpointer.sgml">
<!entity xinclude SYSTEM "sgml/xinclude.sgml">
<!entity xmlIO SYSTEM "sgml/xmlIO.sgml">
<!entity catalog SYSTEM "sgml/catalog.sgml">
<!entity c14n SYSTEM "sgml/c14n.sgml">
<!entity DOCBparser SYSTEM "sgml/DOCBparser.sgml">
<!entity xmlmemory SYSTEM "sgml/xmlmemory.sgml">
<!entity nanohttp SYSTEM "sgml/nanohttp.sgml">
<!entity nanoftp SYSTEM "sgml/nanoftp.sgml">
<!entity valid SYSTEM "sgml/valid.sgml">
<!entity hash SYSTEM "sgml/hash.sgml">
<!entity threads SYSTEM "sgml/threads.sgml">
<!entity globals SYSTEM "sgml/globals.sgml">
<!entity global_functions SYSTEM "sgml/global_functions.sgml">
]>

<book>
  <bookinfo>
    <title>Gnome XML 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>1999</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 libxml
      library and has some short notes to help get you up to speed
      with using the library.</para>
    </abstract>
  </bookinfo>

  <chapter id="libxml-notes">
     <title>Libxml Programming Notes</title>

     <para>Libxml is an XML toolkit library, it allows to parse, edit
     search and write XML documents. There is also an HTML parser front-end
     so the same range of tools can be used with HTML input.</para>
  </chapter>
  <chapter id="libxml-lib">
    <title>Libxml Library Reference</title>

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

    &parser;
    &SAX;
    &tree;
    &entities;
    &valid;
    &uri;
    &error;
    &HTMLparser;
    &HTMLtree;
    &xpath;
    &xpathInternals;
    &xpointer;
    &xinclude;
    &nanohttp;
    &nanoftp;
    &xmlIO;
    &catalog;
    &c14n;
    &threads;
    &globals;
    &global_functions;
    &DOCBparser;
    &parserInternals;
    &encoding;
    &hash;
    &debugXML;
    &xmlmemory;
  </chapter>
</book>