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