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 :