From 43d3f61ad5c142c8c17e45c8c954432916ffceab Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Sat, 10 Nov 2001 11:57:23 +0000 Subject: [PATCH] preparing 2.4.10 upgraded and rebuilt the docs Daniel * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10 * doc/*: upgraded and rebuilt the docs Daniel --- ChangeLog | 5 + configure.in | 2 +- doc/DOM.html | 2 +- doc/FAQ.html | 2 +- doc/XML.html | 2 +- doc/XSLT.html | 2 +- doc/architecture.html | 2 +- doc/bugs.html | 2 +- doc/catalog.html | 2 +- doc/contribs.html | 2 +- doc/docs.html | 2 +- doc/downloads.html | 2 +- doc/encoding.html | 2 +- doc/entities.html | 2 +- doc/example.html | 2 +- doc/help.html | 2 +- doc/html/index.sgml | 26 +- doc/html/libxml-catalog.html | 332 ++++-- doc/html/libxml-debugxml.html | 235 +++-- doc/html/libxml-docbparser.html | 66 +- doc/html/libxml-encoding.html | 116 +-- doc/html/libxml-entities.html | 76 +- doc/html/libxml-htmlparser.html | 110 +- doc/html/libxml-htmltree.html | 486 ++++++++- doc/html/libxml-nanoftp.html | 96 +- doc/html/libxml-nanohttp.html | 56 +- doc/html/libxml-parser.html | 586 +++++------ doc/html/libxml-parserinternals.html | 814 +++++++-------- doc/html/libxml-sax.html | 166 +-- doc/html/libxml-tree.html | 1432 ++++++++++++++++++++------ doc/html/libxml-uri.html | 56 +- doc/html/libxml-valid.html | 258 ++--- doc/html/libxml-xinclude.html | 12 +- doc/html/libxml-xmlerror.html | 54 +- doc/html/libxml-xmlio.html | 813 +++------------ doc/html/libxml-xmlmemory.html | 78 +- doc/html/libxml-xpath.html | 210 ++-- doc/html/libxml-xpathinternals.html | 600 +++++------ doc/html/libxml-xpointer.html | 96 +- doc/index.html | 2 +- doc/interface.html | 2 +- doc/intro.html | 2 +- doc/library.html | 2 +- doc/namespaces.html | 2 +- doc/news.html | 17 +- doc/threads.html | 2 +- doc/tree.html | 2 +- doc/upgrade.html | 2 +- doc/xml.html | 18 + doc/xmldtd.html | 2 +- doc/xmlio.html | 3 +- doc/xmlmem.html | 2 +- include/libxml/xmlwin32version.h | 8 +- uri.c | 5 +- 54 files changed, 3946 insertions(+), 2934 deletions(-) diff --git a/ChangeLog b/ChangeLog index dc68cf0c..f6c2a0a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Nov 10 12:55:42 CET 2001 Daniel Veillard + + * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10 + * doc/*: upgraded and rebuilt the docs + Sat Nov 10 12:33:38 CET 2001 Daniel Veillard * HTMLparser.c: fix comment in scripts element parsing. diff --git a/configure.in b/configure.in index f77f1c19..756dd399 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ AC_CANONICAL_HOST LIBXML_MAJOR_VERSION=2 LIBXML_MINOR_VERSION=4 -LIBXML_MICRO_VERSION=9 +LIBXML_MICRO_VERSION=10 LIBXML_VERSION=$LIBXML_MAJOR_VERSION.$LIBXML_MINOR_VERSION.$LIBXML_MICRO_VERSION LIBXML_VERSION_INFO=`expr $LIBXML_MAJOR_VERSION + $LIBXML_MINOR_VERSION`:$LIBXML_MICRO_VERSION:$LIBXML_MINOR_VERSION diff --git a/doc/DOM.html b/doc/DOM.html index 46e4b6d2..ca6c0be0 100644 --- a/doc/DOM.html +++ b/doc/DOM.html @@ -1,4 +1,4 @@ - + diff --git a/doc/FAQ.html b/doc/FAQ.html index b3022bfa..af03cb68 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -1,4 +1,4 @@ - + diff --git a/doc/XML.html b/doc/XML.html index e2a7d3a4..001d1aae 100644 --- a/doc/XML.html +++ b/doc/XML.html @@ -1,4 +1,4 @@ - + diff --git a/doc/XSLT.html b/doc/XSLT.html index 41902808..88bbad5f 100644 --- a/doc/XSLT.html +++ b/doc/XSLT.html @@ -1,4 +1,4 @@ - + diff --git a/doc/architecture.html b/doc/architecture.html index ed9315aa..b5b06f33 100644 --- a/doc/architecture.html +++ b/doc/architecture.html @@ -1,4 +1,4 @@ - + diff --git a/doc/bugs.html b/doc/bugs.html index f4c92689..fe782ffb 100644 --- a/doc/bugs.html +++ b/doc/bugs.html @@ -1,4 +1,4 @@ - + diff --git a/doc/catalog.html b/doc/catalog.html index e539bb1f..48a1754d 100644 --- a/doc/catalog.html +++ b/doc/catalog.html @@ -1,4 +1,4 @@ - + diff --git a/doc/contribs.html b/doc/contribs.html index 20d17076..07f9a148 100644 --- a/doc/contribs.html +++ b/doc/contribs.html @@ -1,4 +1,4 @@ - + diff --git a/doc/docs.html b/doc/docs.html index 998b6f4e..67ce9d89 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -1,4 +1,4 @@ - + diff --git a/doc/downloads.html b/doc/downloads.html index d1e5eebd..1790e1d7 100644 --- a/doc/downloads.html +++ b/doc/downloads.html @@ -1,4 +1,4 @@ - + diff --git a/doc/encoding.html b/doc/encoding.html index b51261f8..fea7e369 100644 --- a/doc/encoding.html +++ b/doc/encoding.html @@ -1,4 +1,4 @@ - + diff --git a/doc/entities.html b/doc/entities.html index 986857f1..96923039 100644 --- a/doc/entities.html +++ b/doc/entities.html @@ -1,4 +1,4 @@ - + diff --git a/doc/example.html b/doc/example.html index 59e6f706..c91967a7 100644 --- a/doc/example.html +++ b/doc/example.html @@ -1,4 +1,4 @@ - + diff --git a/doc/help.html b/doc/help.html index 45375025..5de2913c 100644 --- a/doc/help.html +++ b/doc/help.html @@ -1,4 +1,4 @@ - + diff --git a/doc/html/index.sgml b/doc/html/index.sgml index aff063b7..a44473e0 100644 --- a/doc/html/index.sgml +++ b/doc/html/index.sgml @@ -2,7 +2,6 @@ - @@ -11,7 +10,6 @@ - @@ -157,6 +155,14 @@ + + + + + + + + @@ -318,6 +324,9 @@ + + + @@ -489,6 +498,9 @@ + + + @@ -773,13 +785,11 @@ - - @@ -809,10 +819,7 @@ - - - - + @@ -820,6 +827,7 @@ + @@ -831,6 +839,7 @@ + @@ -1111,6 +1120,7 @@ + diff --git a/doc/html/libxml-catalog.html b/doc/html/libxml-catalog.html index 3c141428..29ee56cd 100644 --- a/doc/html/libxml-catalog.html +++ b/doc/html/libxml-catalog.html @@ -123,7 +123,7 @@ NAME="LIBXML-CATALOG" >

Name

Synopsis

xmlCatalogPtr xmlNewCatalog (int sgml); +xmlCatalogPtr xmlLoadACatalog (const char *filename); @@ -299,6 +306,13 @@ HREF="libxml-catalog.html#XMLFREECATALOG" HREF="libxml-catalog.html#XMLCATALOGPTR" >xmlCatalogPtr catal); +int xmlCatalogIsEmpty (xmlCatalogPtr catal); void xmlInitializeCatalog

Description

Details







xmlNewCatalog ()

xmlCatalogPtr xmlNewCatalog                 (int sgml);

create a new Catalog.

sgml : should this create an SGML catalog
Returns :the xmlCatalogPtr or NULL in case of error













xmlCatalogIsEmpty ()

int         xmlCatalogIsEmpty               (xmlCatalogPtr catal);

Check is a catalog is empty

catal : should this create an SGML catalog
Returns :1 if the catalog is empty, 0 if not, amd -1 in case of error.
























Name

Synopsis

xmlBoolToText (int bool); +> (int boolval); longxmlNodePtr node); +xmlChar* xmlGetNodePath (xmlNodePtr node); char* (*xmlShellReadlineFunc

Description

Details













const char* xmlBoolToText                   (int bool);
const char* xmlBoolToText (int boolval);

boolboolval :


xmlGetNodePath ()

xmlChar*    xmlGetNodePath                  (xmlNodePtr node);

Build a structure based Path for the given node

node : a node
Returns :the new path or NULL in case of error. The caller must free +the returned string



















Name

Synopsis

Description

Details



















Name

Synopsis

Description

Details






























Name

Synopsis

Description

Details




















Name

Synopsis

Description

Details
































Name

Synopsis

xmlDocPtr cur, + const char *encoding, + int format); +void htmlNodeDumpFormatOutput (xmlOutputBufferPtr buf, + xmlDocPtr doc, + xmlNodePtr cur, + const char *encoding, + int format); +void htmlDocContentDumpOutput (xmlOutputBufferPtr buf, + xmlDocPtr cur, + const char *encoding); +void htmlDocContentDumpFormatOutput (xmlOutputBufferPtr buf, + xmlDocPtr cur, const char *encoding, int format);

Description

Details


















htmlNodeDumpFormatOutput ()

void        htmlNodeDumpFormatOutput        (xmlOutputBufferPtr buf,
+                                             xmlDocPtr doc,
+                                             xmlNodePtr cur,
+                                             const char *encoding,
+                                             int format);

Dump an HTML node, recursive behaviour,children are printed too.

buf : the HTML buffer output
doc : the document
cur : the current node
encoding : the encoding string
format : should formatting spaces been added


htmlDocContentDumpOutput ()

void        htmlDocContentDumpOutput        (xmlOutputBufferPtr buf,
+                                             xmlDocPtr cur,
+                                             const char *encoding);

Dump an HTML document. Formating return/spaces are added.

buf : the HTML buffer output
cur : the document
encoding : the encoding string


htmlDocContentDumpFormatOutput ()

void        htmlDocContentDumpFormatOutput  (xmlOutputBufferPtr buf,
+                                             xmlDocPtr cur,
+                                             const char *encoding,
+                                             int format);

Dump an HTML document.

buf : the HTML buffer output
cur : the document
encoding : the encoding string
format :