From 744683d1c7035f8d7543aca8d38683bafea4e47f Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 14 Jan 2002 17:30:20 +0000 Subject: [PATCH] updated to 2.4.13 update of the documentation daniel * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13 * doc/* : update of the documentation daniel --- ChangeLog | 5 + configure.in | 2 +- doc/html/index.sgml | 3 +- doc/html/libxml-catalog.html | 160 +++--- doc/html/libxml-debugxml.html | 124 ++--- doc/html/libxml-docbparser.html | 66 +-- doc/html/libxml-encoding.html | 116 ++--- doc/html/libxml-globals.html | 70 +-- doc/html/libxml-hash.html | 268 +++++----- doc/html/libxml-nanoftp.html | 96 ++-- doc/html/libxml-nanohttp.html | 56 +- doc/html/libxml-parserinternals.html | 746 +++++++++++++++------------ doc/html/libxml-threads.html | 68 +-- doc/html/libxml-xinclude.html | 12 +- doc/html/libxml-xmlerror.html | 2 +- doc/html/libxml-xmlio.html | 154 +++--- doc/html/libxml-xmlmemory.html | 82 +-- doc/html/libxml-xpathinternals.html | 533 +++++++++---------- doc/html/libxml-xpointer.html | 96 ++-- doc/news.html | 9 + doc/xml.html | 11 + doc/xmlio.html | 1 + include/libxml/xmlwin32version.h | 8 +- 23 files changed, 1400 insertions(+), 1288 deletions(-) diff --git a/ChangeLog b/ChangeLog index dc14efd4..103528af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Jan 14 18:27:19 CET 2002 Daniel Veillard + + * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13 + * doc/* : update of the documentation + Mon Jan 14 17:53:41 CET 2002 Daniel Veillard * debugXML.c tree.c: some cleanup after an unsuccessful attempt diff --git a/configure.in b/configure.in index 438783c7..8fe4d48e 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=12 +LIBXML_MICRO_VERSION=13 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/html/index.sgml b/doc/html/index.sgml index fb76186c..4e7d46c9 100644 --- a/doc/html/index.sgml +++ b/doc/html/index.sgml @@ -957,7 +957,6 @@ - @@ -1049,6 +1048,8 @@ + + diff --git a/doc/html/libxml-catalog.html b/doc/html/libxml-catalog.html index 6baa6bbd..d34e1a7a 100644 --- a/doc/html/libxml-catalog.html +++ b/doc/html/libxml-catalog.html @@ -123,7 +123,7 @@ NAME="LIBXML-CATALOG" >

Name

Synopsis

Description

Details










































Name

Synopsis

Description

Details






























Name

Synopsis

Description

Details



















Name

Synopsis

Description

Details






























Name

Synopsis

Description

Details



























Name

Synopsis

Description

Details



payload : 
name : 


xmlHashCopier ()

void*       (*xmlHashCopier)                (void *payload,
-                                             xmlChar *name);

xmlHashCopier ()

void*       (*xmlHashCopier)                (void *payload,
+                                             xmlChar *name);

payload : 
name : 


xmlHashScanner ()






















Name

Synopsis

Description

Details























Name

Synopsis

Description

Details













Name

Synopsis

xmlParserCtxtPtr xmlCreateDocParserCtxt (xmlChar *cur); -xmlParserCtxtPtr xmlCreateFileParserCtxt (const char *filename); @@ -1124,7 +1114,29 @@ HREF="libxml-htmlparser.html#HTMLPARSERCTXTPTR" HREF="libxml-parserinternals.html#HTMLCREATEFILEPARSERCTXT" >htmlCreateFileParserCtxt (const char *filename, - const char *encoding);*xmlEntityReferenceFunc) (xmlEntityPtr ent, + xmlNodePtr firstNode, + xmlNodePtr lastNode); +void xmlSetEntityReferenceFunc (xmlEntityReferenceFunc func);

Description

Details
























xmlCreateDocParserCtxt ()

xmlParserCtxtPtr xmlCreateDocParserCtxt     (xmlChar *cur);

Creates a parser context for an XML in-memory document.

cur : 
Returns : 





























































































xmlEntityReferenceFunc ()

void        (*xmlEntityReferenceFunc)       (xmlEntityPtr ent,
+                                             xmlNodePtr firstNode,
+                                             xmlNodePtr lastNode);

ent : 
firstNode : 
lastNode : 


xmlSetEntityReferenceFunc ()

void        xmlSetEntityReferenceFunc       (xmlEntityReferenceFunc func);

Set the function to call call back when a xml reference has been made

func : A valid function