blob: abcae9bdcb7bdca70c571bb0fa3014623f0c3a33 [file] [log] [blame]
Daniel Veillard35925471999-02-25 08:46:07 +00001<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
2<!entity parser SYSTEM "sgml/parser.sgml">
3<!entity tree SYSTEM "sgml/tree.sgml">
4<!entity entities SYSTEM "sgml/entities.sgml">
Daniel Veillardd109e371999-03-05 06:26:45 +00005<!entity error SYSTEM "sgml/xml-error.sgml">
Daniel Veillard35925471999-02-25 08:46:07 +00006<!entity valid SYSTEM "sgml/valid.sgml">
Daniel Veillard1566d3a1999-07-15 14:24:29 +00007<!entity xpath SYSTEM "sgml/xpath.sgml">
8<!entity SAX SYSTEM "sgml/SAX.sgml">
9<!entity HTMLparser SYSTEM "sgml/HTMLparser.sgml">
10<!entity HTMLtree SYSTEM "sgml/HTMLtree.sgml">
Daniel Veillard35925471999-02-25 08:46:07 +000011<!entity parserInternals SYSTEM "sgml/parserInternals.sgml">
Daniel Veillard6bd26dc1999-09-03 14:28:40 +000012<!entity xmlmemory SYSTEM "sgml/xmlmemory.sgml">
Daniel Veillard7f7d1111999-09-22 09:46:25 +000013<!entity nanohttp SYSTEM "sgml/nanohttp.sgml">
Daniel Veillard35925471999-02-25 08:46:07 +000014]>
15
16<book>
17 <bookinfo>
Daniel Veillard00fdf371999-10-08 09:40:39 +000018 <title>Gnome XML Library Reference Manual</title>
19 <authorgroup>
20 <author>
21 <firstname>Daniel</firstname>
22 <surname>Veillard</surname>
23 <affiliation>
24 <address>
25 <email>Daniel.Veillard@w3.org</email>
26 </address>
27 </affiliation>
28 </author>
29 </authorgroup>
30 <copyright>
31 <year>1999</year>
32 <holder>Daniel Veillard</holder>
33 </copyright>
34
35 <legalnotice>
36 <para>Permission is granted to make and distribute verbatim
37 copies of this manual provided the copyright notice and this
38 permission notice are preserved on all copies.</para>
39
40 <para>Permission is granted to copy and distribute modified
41 versions of this manual under the conditions for verbatim
42 copying, provided also that the entire resulting derived work is
43 distributed under the terms of a permission notice identical to
44 this one.</para>
45
46 <para>Permission is granted to copy and distribute translations
47 of this manual into another language, under the above conditions
48 for modified versions.</para>
49 </legalnotice>
50
51 <abstract>
52 <para>This manual documents the interfaces of the libglade
53 library and has some short notes to help get you up to speed
54 with using the library.</para>
55 </abstract>
Daniel Veillard35925471999-02-25 08:46:07 +000056 </bookinfo>
57
Daniel Veillard00fdf371999-10-08 09:40:39 +000058 <chapter id="libxml-notes">
59 <title>Libxml Programming Notes</title>
60
61 <para>Libxml is an XML toolkit library, it allows to parse, edit
62 search and write XML documents. There is also an HTML parser front-end
63 so the same range of tools can be used with HTML input.</para>
64 </chapter>
65 <chapter id="libxml-lib">
66 <title>Libxml Library Reference</title>
67
68 <para>This section contains the API reference for libxml. All
69 the public interfaces are documented here. This reference guide is
70 build by extracting comments from the code sources. </para>
71
Daniel Veillard6bd26dc1999-09-03 14:28:40 +000072 &parser;
73 &SAX;
74 &tree;
75 &entities;
76 &valid;
77 &error;
78 &HTMLparser;
79 &HTMLtree;
80 &xpath;
Daniel Veillard00fdf371999-10-08 09:40:39 +000081 &nanohttp;
Daniel Veillard6bd26dc1999-09-03 14:28:40 +000082 &parserInternals;
83 &xmlmemory;
Daniel Veillard35925471999-02-25 08:46:07 +000084 </chapter>
85</book>
86