blob: 1053c85f9374fad731c532b76cfc103a433a10bf [file] [log] [blame]
Daniel Veillard35925471999-02-25 08:46:07 +00001<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
Daniel Veillard1566d3a1999-07-15 14:24:29 +00002<!entity SAX SYSTEM "sgml/SAX.sgml">
Daniel Veillard294cbca1999-12-03 13:19:09 +00003<!entity entities SYSTEM "sgml/entities.sgml">
4<!entity encoding SYSTEM "sgml/encoding.sgml">
5<!entity parser SYSTEM "sgml/parser.sgml">
6<!entity parserInternals SYSTEM "sgml/parserInternals.sgml">
7<!entity error SYSTEM "sgml/xml-error.sgml">
Daniel Veillard1566d3a1999-07-15 14:24:29 +00008<!entity HTMLparser SYSTEM "sgml/HTMLparser.sgml">
9<!entity HTMLtree SYSTEM "sgml/HTMLtree.sgml">
Daniel Veillard294cbca1999-12-03 13:19:09 +000010<!entity debugXML SYSTEM "sgml/debugXML.sgml">
11<!entity tree SYSTEM "sgml/tree.sgml">
12<!entity xpath SYSTEM "sgml/xpath.sgml">
13<!entity xmlIO SYSTEM "sgml/xmlIO.sgml">
Daniel Veillard6bd26dc1999-09-03 14:28:40 +000014<!entity xmlmemory SYSTEM "sgml/xmlmemory.sgml">
Daniel Veillard7f7d1111999-09-22 09:46:25 +000015<!entity nanohttp SYSTEM "sgml/nanohttp.sgml">
Daniel Veillard294cbca1999-12-03 13:19:09 +000016<!entity valid SYSTEM "sgml/valid.sgml">
Daniel Veillard35925471999-02-25 08:46:07 +000017]>
18
19<book>
20 <bookinfo>
Daniel Veillard00fdf371999-10-08 09:40:39 +000021 <title>Gnome XML Library Reference Manual</title>
22 <authorgroup>
23 <author>
24 <firstname>Daniel</firstname>
25 <surname>Veillard</surname>
26 <affiliation>
27 <address>
28 <email>Daniel.Veillard@w3.org</email>
29 </address>
30 </affiliation>
31 </author>
32 </authorgroup>
33 <copyright>
34 <year>1999</year>
35 <holder>Daniel Veillard</holder>
36 </copyright>
37
38 <legalnotice>
39 <para>Permission is granted to make and distribute verbatim
40 copies of this manual provided the copyright notice and this
41 permission notice are preserved on all copies.</para>
42
43 <para>Permission is granted to copy and distribute modified
44 versions of this manual under the conditions for verbatim
45 copying, provided also that the entire resulting derived work is
46 distributed under the terms of a permission notice identical to
47 this one.</para>
48
49 <para>Permission is granted to copy and distribute translations
50 of this manual into another language, under the above conditions
51 for modified versions.</para>
52 </legalnotice>
53
54 <abstract>
Daniel Veillard0caf07a1999-12-21 16:25:49 +000055 <para>This manual documents the interfaces of the libxml
Daniel Veillard00fdf371999-10-08 09:40:39 +000056 library and has some short notes to help get you up to speed
57 with using the library.</para>
58 </abstract>
Daniel Veillard35925471999-02-25 08:46:07 +000059 </bookinfo>
60
Daniel Veillard00fdf371999-10-08 09:40:39 +000061 <chapter id="libxml-notes">
62 <title>Libxml Programming Notes</title>
63
64 <para>Libxml is an XML toolkit library, it allows to parse, edit
65 search and write XML documents. There is also an HTML parser front-end
66 so the same range of tools can be used with HTML input.</para>
67 </chapter>
68 <chapter id="libxml-lib">
69 <title>Libxml Library Reference</title>
70
71 <para>This section contains the API reference for libxml. All
72 the public interfaces are documented here. This reference guide is
73 build by extracting comments from the code sources. </para>
74
Daniel Veillard6bd26dc1999-09-03 14:28:40 +000075 &parser;
76 &SAX;
77 &tree;
78 &entities;
79 &valid;
80 &error;
81 &HTMLparser;
82 &HTMLtree;
83 &xpath;
Daniel Veillard00fdf371999-10-08 09:40:39 +000084 &nanohttp;
Daniel Veillard294cbca1999-12-03 13:19:09 +000085 &xmlIO;
Daniel Veillard6bd26dc1999-09-03 14:28:40 +000086 &parserInternals;
Daniel Veillard294cbca1999-12-03 13:19:09 +000087 &encoding;
88 &debugXML;
Daniel Veillard6bd26dc1999-09-03 14:28:40 +000089 &xmlmemory;
Daniel Veillard35925471999-02-25 08:46:07 +000090 </chapter>
91</book>
92