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