aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gnome-xml.sgml
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>1999-02-25 08:46:07 +0000
committerDaniel Veillard <veillard@src.gnome.org>1999-02-25 08:46:07 +0000
commit35925478d126676b7f9a0c51d17e2a1c79253df2 (patch)
treecbb1d8e12edd838a1e7ba1754e6a551539f39eb8 /doc/gnome-xml.sgml
parent1e346af5e4b3d46e521d349890a60253bc696597 (diff)
downloadandroid_external_libxml2-35925478d126676b7f9a0c51d17e2a1c79253df2.tar.gz
android_external_libxml2-35925478d126676b7f9a0c51d17e2a1c79253df2.tar.bz2
android_external_libxml2-35925478d126676b7f9a0c51d17e2a1c79253df2.zip
Added parserInternals.h to Makefile.am and the generated HTML docs, Daniel.
Diffstat (limited to 'doc/gnome-xml.sgml')
-rw-r--r--doc/gnome-xml.sgml25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/gnome-xml.sgml b/doc/gnome-xml.sgml
new file mode 100644
index 00000000..39ecb8e3
--- /dev/null
+++ b/doc/gnome-xml.sgml
@@ -0,0 +1,25 @@
+<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
+<!entity parser SYSTEM "sgml/parser.sgml">
+<!entity tree SYSTEM "sgml/tree.sgml">
+<!entity entities SYSTEM "sgml/entities.sgml">
+<!entity error SYSTEM "sgml/error.sgml">
+<!entity valid SYSTEM "sgml/valid.sgml">
+<!entity parserInternals SYSTEM "sgml/parserInternals.sgml">
+]>
+
+<book>
+ <bookinfo>
+ <title>Gnome XML Library Reference Manual</title>
+ </bookinfo>
+
+ <chapter id="libxml">
+ <title>Gnome XML Library</title>
+ &parser; The parser general interfaces
+ &tree; Manipulation the tree generated by the parser
+ &entities; Routines for handling entities
+ &valid; All the stuff defined in DTDs
+ &error; Callbacks in case of parsing error
+ &parserInternals; Access to the parser internal routines
+ </chapter>
+</book>
+