diff --git a/doc/gnome-xml.sgml b/doc/gnome-xml.sgml
index 96eb97aa..d1c21de9 100644
--- a/doc/gnome-xml.sgml
+++ b/doc/gnome-xml.sgml
@@ -9,6 +9,7 @@
+
]>
#define XML_INTERNAL_GENERAL_ENTITY#define XML_INTERNAL_GENERAL_ENTITY 1
#define XML_EXTERNAL_GENERAL_PARSED_ENTITY#define XML_EXTERNAL_GENERAL_PARSED_ENTITY 2
#define XML_EXTERNAL_GENERAL_UNPARSED_ENTITY#define XML_EXTERNAL_GENERAL_UNPARSED_ENTITY 3
#define XML_INTERNAL_PARAMETER_ENTITY#define XML_INTERNAL_PARAMETER_ENTITY 4
#define XML_EXTERNAL_PARAMETER_ENTITY#define XML_EXTERNAL_PARAMETER_ENTITY 5
#define XML_INTERNAL_PREDEFINED_ENTITY#define XML_INTERNAL_PREDEFINED_ENTITY 6
#define XML_MIN_ENTITIES_TABLE#define XML_MIN_ENTITIES_TABLE 32
TODO: remove this, once we are not afraid of breaking binary compatibility
TODO: remove xmlEncodeEntities, once we are not afraid of breaking binary +compatibilityPeople must migrate their code to xmlEncodeEntitiesReentrant ! This routine will issue a warning when encountered.
the document containing the stringxmlParserInputPtrName
Synopsis
Description
Details
The tag name
the related htmlElemDescPtr or NULL if not found. the entity name
the associated htmlEntityDescPtr if found, NULL otherwise. an HTML parser context
location to store the entity name the associated htmlEntityDescPtr if found, or NULL otherwise,
+if non-NULL *str will have to be freed by the caller. an HTML parser context
the value parsed (as an int) an HTML parser context
a pointer to an array of CHAR
a free form C string describing the HTML document encoding, or NULL the SAX handler block if using SAX, this pointer will be provided on callbacks. the resulting document tree a pointer to an array of CHAR
a free form C string describing the HTML document encoding, or NULL the resulting document tree the filename
a free form C string describing the HTML document encoding, or NULL the SAX handler block if using SAX, this pointer will be provided on callbacks. the resulting document tree the filename
a free form C string describing the HTML document encoding, or NULL the resulting document tree the document OUT: the memory pointer OUT: the memory lenght the FILE*
the document the filename
the document the number of byte written or -1 in case of failure.Description
Details
#define XML_DEFAULT_VERSION
#define XML_DEFAULT_VERSION "1.0"xmlExternalEntityLoader ()
xmlParserInputPtr (*xmlExternalEntityLoader)
+ (const char *URL,
+ const char *ID,
+ xmlParserInputPtr context);
URL : ID : context : Returns : enum xmlParserInputState
an XML parser input
an indicative size for the lookahead the number of CHARs read, or -1 in case of error, 0 indicate the
+end of this entity an XML parser input
an indicative size for the lookahead the number of CHARs read, or -1 in case of error, 0 indicate the
+end of this entity the input CHAR *
a new CHAR * or NULL the input CHAR *
the len of cur a new CHAR * or NULL the CHAR * array (haystack)
the index of the first char (zero based) the length of the substring the CHAR * for the first occurence or NULL. the CHAR * array
the CHAR to search the CHAR * for the first occurence or NULL. the CHAR * array (haystack)
the CHAR to search (needle) the CHAR * for the first occurence or NULL. the first CHAR *
the second CHAR * the integer result of the comparison the first CHAR *
the second CHAR * the max comparison length the integer result of the comparison the CHAR * array
the number of CHAR contained in the ARRAY. the original CHAR * array
the CHAR * array added a new CHAR * containing the concatenated string. the original CHAR * array
the CHAR * array added the length of add a new CHAR * containing the concatenated string. a pointer to an array of CHAR
the resulting document tree an pointer to a char array
the size of the array the resulting document tree