Daniel Veillard | 3592547 | 1999-02-25 08:46:07 +0000 | [diff] [blame] | 1 | <!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [ |
Daniel Veillard | 1566d3a | 1999-07-15 14:24:29 +0000 | [diff] [blame] | 2 | <!entity SAX SYSTEM "sgml/SAX.sgml"> |
Daniel Veillard | 294cbca | 1999-12-03 13:19:09 +0000 | [diff] [blame] | 3 | <!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 Veillard | 1566d3a | 1999-07-15 14:24:29 +0000 | [diff] [blame] | 8 | <!entity HTMLparser SYSTEM "sgml/HTMLparser.sgml"> |
| 9 | <!entity HTMLtree SYSTEM "sgml/HTMLtree.sgml"> |
Daniel Veillard | 294cbca | 1999-12-03 13:19:09 +0000 | [diff] [blame] | 10 | <!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 Veillard | 6bd26dc | 1999-09-03 14:28:40 +0000 | [diff] [blame] | 14 | <!entity xmlmemory SYSTEM "sgml/xmlmemory.sgml"> |
Daniel Veillard | 7f7d111 | 1999-09-22 09:46:25 +0000 | [diff] [blame] | 15 | <!entity nanohttp SYSTEM "sgml/nanohttp.sgml"> |
Daniel Veillard | 294cbca | 1999-12-03 13:19:09 +0000 | [diff] [blame] | 16 | <!entity valid SYSTEM "sgml/valid.sgml"> |
Daniel Veillard | 3592547 | 1999-02-25 08:46:07 +0000 | [diff] [blame] | 17 | ]> |
| 18 | |
| 19 | <book> |
| 20 | <bookinfo> |
Daniel Veillard | 00fdf37 | 1999-10-08 09:40:39 +0000 | [diff] [blame] | 21 | <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 Veillard | 0caf07a | 1999-12-21 16:25:49 +0000 | [diff] [blame] | 55 | <para>This manual documents the interfaces of the libxml |
Daniel Veillard | 00fdf37 | 1999-10-08 09:40:39 +0000 | [diff] [blame] | 56 | library and has some short notes to help get you up to speed |
| 57 | with using the library.</para> |
| 58 | </abstract> |
Daniel Veillard | 3592547 | 1999-02-25 08:46:07 +0000 | [diff] [blame] | 59 | </bookinfo> |
| 60 | |
Daniel Veillard | 00fdf37 | 1999-10-08 09:40:39 +0000 | [diff] [blame] | 61 | <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 Veillard | 6bd26dc | 1999-09-03 14:28:40 +0000 | [diff] [blame] | 75 | &parser; |
| 76 | &SAX; |
| 77 | &tree; |
| 78 | &entities; |
| 79 | &valid; |
| 80 | &error; |
| 81 | &HTMLparser; |
| 82 | &HTMLtree; |
| 83 | &xpath; |
Daniel Veillard | 00fdf37 | 1999-10-08 09:40:39 +0000 | [diff] [blame] | 84 | &nanohttp; |
Daniel Veillard | 294cbca | 1999-12-03 13:19:09 +0000 | [diff] [blame] | 85 | &xmlIO; |
Daniel Veillard | 6bd26dc | 1999-09-03 14:28:40 +0000 | [diff] [blame] | 86 | &parserInternals; |
Daniel Veillard | 294cbca | 1999-12-03 13:19:09 +0000 | [diff] [blame] | 87 | &encoding; |
| 88 | &debugXML; |
Daniel Veillard | 6bd26dc | 1999-09-03 14:28:40 +0000 | [diff] [blame] | 89 | &xmlmemory; |
Daniel Veillard | 3592547 | 1999-02-25 08:46:07 +0000 | [diff] [blame] | 90 | </chapter> |
| 91 | </book> |
| 92 | |