From 00fdf370d37d016629b8e27326eab426c6bcb2ee Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 8 Oct 1999 09:40:39 +0000 Subject: [PATCH] Improvement of doc, Raph patch for CORBA init, support for spaces in XPath, Daniel --- ChangeLog | 6 + doc/gnome-xml.sgml | 57 ++++- doc/html/book1.html | 3 +- doc/html/gnome-xml-entities.html | 3 +- doc/html/gnome-xml-htmlparser.html | 47 ++-- doc/html/gnome-xml-htmltree.html | 23 +- doc/html/gnome-xml-parser.html | 5 +- doc/html/gnome-xml-parserinternals.html | 185 +++++++------- doc/html/gnome-xml-tree.html | 3 +- doc/html/gnome-xml-valid.html | 323 +++++------------------- doc/html/gnome-xml-xml-error.html | 29 ++- doc/html/gnome-xml-xpath.html | 41 +-- doc/html/index.sgml | 3 +- doc/html/libxml.html | 67 ++++- entities.h | 10 +- include/libxml/entities.h | 10 +- include/libxml/nanohttp.h | 3 +- include/libxml/parser.h | 2 +- include/libxml/valid.h | 3 - nanohttp.c | 9 +- nanohttp.h | 3 +- parser.c | 7 +- parser.h | 2 +- tree.c | 26 +- valid.c | 4 +- valid.h | 3 - xmlmemory.c | 8 +- xpath.c | 115 +++++---- 28 files changed, 483 insertions(+), 517 deletions(-) diff --git a/ChangeLog b/ChangeLog index ae248b20..522f60e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard + + * tree.c : Raph patch for initialization of CORBA fields + * parser.c, xpath.c, ...: modification of doc comments + * xpath.c : allow spaces in xpath expressions + Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard * xmlmemory.h: turning off memory debug :-( diff --git a/doc/gnome-xml.sgml b/doc/gnome-xml.sgml index c39e959b..abcae9bd 100644 --- a/doc/gnome-xml.sgml +++ b/doc/gnome-xml.sgml @@ -15,11 +15,60 @@ - Gnome XML Library Reference Manual + Gnome XML Library Reference Manual + + + Daniel + Veillard + +
+ Daniel.Veillard@w3.org +
+
+
+
+ + 1999 + Daniel Veillard + + + + Permission is granted to make and distribute verbatim + copies of this manual provided the copyright notice and this + permission notice are preserved on all copies. + + Permission is granted to copy and distribute modified + versions of this manual under the conditions for verbatim + copying, provided also that the entire resulting derived work is + distributed under the terms of a permission notice identical to + this one. + + Permission is granted to copy and distribute translations + of this manual into another language, under the above conditions + for modified versions. + + + + This manual documents the interfaces of the libglade + library and has some short notes to help get you up to speed + with using the library. +
- - Gnome XML Library + + Libxml Programming Notes + + Libxml is an XML toolkit library, it allows to parse, edit + search and write XML documents. There is also an HTML parser front-end + so the same range of tools can be used with HTML input. + + + Libxml Library Reference + + This section contains the API reference for libxml. All + the public interfaces are documented here. This reference guide is + build by extracting comments from the code sources. + &parser; &SAX; &tree; @@ -29,9 +78,9 @@ &HTMLparser; &HTMLtree; &xpath; + &nanohttp; &parserInternals; &xmlmemory; - &nanohttp;
diff --git a/doc/html/book1.html b/doc/html/book1.html index 77bdef75..08f45155 100644 --- a/doc/html/book1.html +++ b/doc/html/book1.html @@ -115,7 +115,8 @@ HREF="gnome-xml-nanohttp.html" >