blob: 1a08f31d6550185aea8b1cf95f7955ecd774eb46 [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 Veillardaeea04f2000-01-25 19:27:27 +000016<!entity nanoftp SYSTEM "sgml/nanoftp.sgml">
Daniel Veillard294cbca1999-12-03 13:19:09 +000017<!entity valid SYSTEM "sgml/valid.sgml">
Daniel Veillard35925471999-02-25 08:46:07 +000018]>
19
20<book>
21 <bookinfo>
Daniel Veillard00fdf371999-10-08 09:40:39 +000022 <title>Gnome XML Library Reference Manual</title>
23 <authorgroup>
24 <author>
25 <firstname>Daniel</firstname>
26 <surname>Veillard</surname>
27 <affiliation>
28 <address>
29 <email>Daniel.Veillard@w3.org</email>
30 </address>
31 </affiliation>
32 </author>
33 </authorgroup>
34 <copyright>
35 <year>1999</year>
36 <holder>Daniel Veillard</holder>
37 </copyright>
38
39 <legalnotice>
40 <para>Permission is granted to make and distribute verbatim
41 copies of this manual provided the copyright notice and this
42 permission notice are preserved on all copies.</para>
43
44 <para>Permission is granted to copy and distribute modified
45 versions of this manual under the conditions for verbatim
46 copying, provided also that the entire resulting derived work is
47 distributed under the terms of a permission notice identical to
48 this one.</para>
49
50 <para>Permission is granted to copy and distribute translations
51 of this manual into another language, under the above conditions
52 for modified versions.</para>
53 </legalnotice>
54
55 <abstract>
Daniel Veillard0caf07a1999-12-21 16:25:49 +000056 <para>This manual documents the interfaces of the libxml
Daniel Veillard00fdf371999-10-08 09:40:39 +000057 library and has some short notes to help get you up to speed
58 with using the library.</para>
59 </abstract>
Daniel Veillard35925471999-02-25 08:46:07 +000060 </bookinfo>
61
Daniel Veillard00fdf371999-10-08 09:40:39 +000062 <chapter id="libxml-notes">
63 <title>Libxml Programming Notes</title>
64
65 <para>Libxml is an XML toolkit library, it allows to parse, edit
66 search and write XML documents. There is also an HTML parser front-end
67 so the same range of tools can be used with HTML input.</para>
68 </chapter>
69 <chapter id="libxml-lib">
70 <title>Libxml Library Reference</title>
71
72 <para>This section contains the API reference for libxml. All
73 the public interfaces are documented here. This reference guide is
74 build by extracting comments from the code sources. </para>
75
Daniel Veillard6bd26dc1999-09-03 14:28:40 +000076 &parser;
77 &SAX;
78 &tree;
79 &entities;
80 &valid;
81 &error;
82 &HTMLparser;
83 &HTMLtree;
84 &xpath;
Daniel Veillard00fdf371999-10-08 09:40:39 +000085 &nanohttp;
Daniel Veillardaeea04f2000-01-25 19:27:27 +000086 &nanoftp;
Daniel Veillard294cbca1999-12-03 13:19:09 +000087 &xmlIO;
Daniel Veillard6bd26dc1999-09-03 14:28:40 +000088 &parserInternals;
Daniel Veillard294cbca1999-12-03 13:19:09 +000089 &encoding;
90 &debugXML;
Daniel Veillard6bd26dc1999-09-03 14:28:40 +000091 &xmlmemory;
Daniel Veillard35925471999-02-25 08:46:07 +000092 </chapter>
93</book>
94