diff --git a/configure.in b/configure.in index 079a38f5..7d33d2b8 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ AM_CONFIG_HEADER(config.h) LIBXML_MAJOR_VERSION=1 LIBXML_MINOR_VERSION=6 -LIBXML_MICRO_VERSION=0 +LIBXML_MICRO_VERSION=1 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/gnome-xml-entities.html b/doc/html/gnome-xml-entities.html index 2ebcc419..22ad347c 100644 --- a/doc/html/gnome-xml-entities.html +++ b/doc/html/gnome-xml-entities.html @@ -115,7 +115,7 @@ SIZE="3" >

Name

Synopsis

CHAR *SystemID, - CHAR *content); @@ -218,7 +218,7 @@ HREF="gnome-xml-tree.html#CHAR" HREF="gnome-xml-tree.html#CHAR" >CHAR *SystemID, - CHAR *content); @@ -344,7 +344,7 @@ HREF="gnome-xml-entities.html#XMLENTITIESTABLEPTR" >

Description

Details










CHAR *SystemID, - CHAR *content);

CHAR *SystemID, - CHAR *content);










Name

Synopsis

Description

Details


















Name

Synopsis

Description

Details






Name

Synopsis

xmlNewParserCtxt (); +> (void); void xmlSwitchEncoding (xmlParserCtxtPtr ctxt, - int create); +> ctxt); CHAR

Description

Details




















xmlParserCtxtPtr xmlNewParserCtxt (); xmlNewParserCtxt (void);























void xmlParseComment (xmlParserCtxtPtr ctxt, - int create); ctxt); create : 












































xmlCopyProp (xmlNodePtr target, + xmlAttrPtr cur); @@ -487,6 +491,10 @@ HREF="gnome-xml-tree.html#XMLATTRPTR" HREF="gnome-xml-tree.html#XMLCOPYPROPLIST" >xmlCopyPropList (xmlNodePtr target, + xmlAttrPtr cur); @@ -1061,7 +1069,7 @@ HREF="gnome-xml-tree.html#XMLSETCOMPRESSMODE" >

Description

Details














































xmlAttrPtr xmlCopyProp (xmlNodePtr target, + xmlAttrPtr cur);curtarget :Returns


xmlCopyPropList ()

xmlAttrPtr  xmlCopyPropList                 (xmlAttrPtr cur);

Do a copy of an attribute list.


xmlCopyPropList ()

xmlAttrPtr  xmlCopyPropList                 (xmlNodePtr target,
+                                             xmlAttrPtr cur);

Do a copy of an attribute list.

target : 
cur : 
Returns : 

















































Name

Synopsis

CHAR *name, - int type); + xmlElementContentType type); xmlElementContentPtrCHAR *name, - int type, + xmlElementContentType type, xmlElementContentPtrCHAR *name, - int type, - int def, + xmlAttributeType type, + xmlAttributeDefault def, const CHAR

Description

Details















CHAR *name, - int type);xmlElementContentType type);




CHAR *name, - int type, + xmlElementContentType type, xmlElementContentPtr







CHAR *name, - int type, - int def, + xmlAttributeType type, + xmlAttributeDefault def, const CHAR













Name

Synopsis

Description

Details


Name

Synopsis

xmlDocPtr doc, void *variables, - void *functions, - void *namespaces); + void *functions); void xmlXPathFreeContext

Description

Details







xmlDocPtr doc, void *variables, - void *functions, - void *namespaces);namespaces : Returns