blob: 96eb97aab35777ed00bdae88d8d24470c86d9ec4 [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">
12]>
13
14<book>
15 <bookinfo>
16 <title>Gnome XML Library Reference Manual</title>
17 </bookinfo>
18
19 <chapter id="libxml">
20 <title>Gnome XML Library</title>
21 &parser; The parser general interfaces
Daniel Veillard1566d3a1999-07-15 14:24:29 +000022 &SAX; The parser SAX interfaces
Daniel Veillard35925471999-02-25 08:46:07 +000023 &tree; Manipulation the tree generated by the parser
24 &entities; Routines for handling entities
25 &valid; All the stuff defined in DTDs
26 &error; Callbacks in case of parsing error
27 &parserInternals; Access to the parser internal routines
Daniel Veillard1566d3a1999-07-15 14:24:29 +000028 &HTMLparser; parsing HTML and generating a tree
29 &HTMLtree; printing HTML trees
30 &xpath; A on-going XPath implementation
Daniel Veillard35925471999-02-25 08:46:07 +000031 </chapter>
32</book>
33