preparing 2.4.17 release updated and rebuilt the docs fixed a comment
* configure.in: preparing 2.4.17 release
* doc/*: updated and rebuilt the docs
* xpath.c: fixed a comment
* python/libxml.c: fixed a possible reentrancy problem
Daniel
diff --git a/doc/html/libxml-parser.html b/doc/html/libxml-parser.html
index 0c4a930..4e99b14 100644
--- a/doc/html/libxml-parser.html
+++ b/doc/html/libxml-parser.html
@@ -1254,7 +1254,7 @@
><A
NAME="XML-DEFAULT-VERSION-CAPS"
></A
->>XML_DEFAULT_VERSION</H3
+>XML_DEFAULT_VERSION</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -1282,7 +1282,7 @@
><A
NAME="XMLPARSERINPUTDEALLOCATE"
></A
->>xmlParserInputDeallocate ()</H3
+>xmlParserInputDeallocate ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -1350,7 +1350,7 @@
><A
NAME="XMLPARSERINPUT"
></A
->>struct xmlParserInput</H3
+>struct xmlParserInput</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -1400,7 +1400,7 @@
><A
NAME="XMLPARSERNODEINFO"
></A
->>struct xmlParserNodeInfo</H3
+>struct xmlParserNodeInfo</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -1437,7 +1437,7 @@
><A
NAME="XMLPARSERNODEINFOPTR"
></A
->>xmlParserNodeInfoPtr</H3
+>xmlParserNodeInfoPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -1463,7 +1463,7 @@
><A
NAME="XMLPARSERNODEINFOSEQ"
></A
->>struct xmlParserNodeInfoSeq</H3
+>struct xmlParserNodeInfoSeq</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -1493,7 +1493,7 @@
><A
NAME="XMLPARSERNODEINFOSEQPTR"
></A
->>xmlParserNodeInfoSeqPtr</H3
+>xmlParserNodeInfoSeqPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -1519,7 +1519,7 @@
><A
NAME="XMLPARSERINPUTSTATE"
></A
->>enum xmlParserInputState</H3
+>enum xmlParserInputState</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -1567,7 +1567,7 @@
><A
NAME="XML-DETECT-IDS-CAPS"
></A
->>XML_DETECT_IDS</H3
+>XML_DETECT_IDS</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -1596,7 +1596,7 @@
><A
NAME="XML-COMPLETE-ATTRS-CAPS"
></A
->>XML_COMPLETE_ATTRS</H3
+>XML_COMPLETE_ATTRS</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -1626,7 +1626,7 @@
><A
NAME="XMLPARSERCTXT"
></A
->>struct xmlParserCtxt</H3
+>struct xmlParserCtxt</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -1717,12 +1717,12 @@
><P
>The parser context.
NOTE This doesn't completely defines the parser state, the (current ?)
- design of the parser uses recursive function calls since this allow
- and easy mapping from the production rules of the specification
- to the actual code. The drawback is that the actual function call
- also reflect the parser state. However most of the parsing routines
- takes as the only argument the parser context pointer, so migrating
- to a state based parser for progressive parsing shouldn't be too hard.</P
+design of the parser uses recursive function calls since this allow
+and easy mapping from the production rules of the specification
+to the actual code. The drawback is that the actual function call
+also reflect the parser state. However most of the parsing routines
+takes as the only argument the parser context pointer, so migrating
+to a state based parser for progressive parsing shouldn't be too hard.</P
><P
></P
></DIV
@@ -1735,7 +1735,7 @@
><A
NAME="XMLSAXLOCATOR"
></A
->>struct xmlSAXLocator</H3
+>struct xmlSAXLocator</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -1768,7 +1768,7 @@
><A
NAME="RESOLVEENTITYSAXFUNC"
></A
->>resolveEntitySAXFunc ()</H3
+>resolveEntitySAXFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -1797,15 +1797,15 @@
>Callback:
The entity loader, to control the loading of external entities,
the application can either:
- - override this <A
+- override this <A
HREF="libxml-sax.html#RESOLVEENTITY"
>resolveEntity</A
>() callback in the SAX block
- - or better use the <A
+- or better use the <A
HREF="libxml-parser.html#XMLSETEXTERNALENTITYLOADER"
>xmlSetExternalEntityLoader</A
>() function to
- set up it's own entity resolution routine</P
+set up it's own entity resolution routine</P
><P
></P
><DIV
@@ -1904,7 +1904,7 @@
><A
NAME="INTERNALSUBSETSAXFUNC"
></A
->>internalSubsetSAXFunc ()</H3
+>internalSubsetSAXFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -2032,7 +2032,7 @@
><A
NAME="EXTERNALSUBSETSAXFUNC"
></A
->>externalSubsetSAXFunc ()</H3
+>externalSubsetSAXFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -2160,7 +2160,7 @@
><A
NAME="GETENTITYSAXFUNC"
></A
->>getEntitySAXFunc ()</H3
+>getEntitySAXFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -2264,7 +2264,7 @@
><A
NAME="GETPARAMETERENTITYSAXFUNC"
></A
->>getParameterEntitySAXFunc ()</H3
+>getParameterEntitySAXFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -2368,7 +2368,7 @@
><A
NAME="ENTITYDECLSAXFUNC"
></A
->>entityDeclSAXFunc ()</H3
+>entityDeclSAXFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -2535,7 +2535,7 @@
><A
NAME="NOTATIONDECLSAXFUNC"
></A
->>notationDeclSAXFunc ()</H3
+>notationDeclSAXFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -2663,7 +2663,7 @@
><A
NAME="ATTRIBUTEDECLSAXFUNC"
></A
->>attributeDeclSAXFunc ()</H3
+>attributeDeclSAXFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -2848,7 +2848,7 @@
><A
NAME="ELEMENTDECLSAXFUNC"
></A
->>elementDeclSAXFunc ()</H3
+>elementDeclSAXFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -2973,7 +2973,7 @@
><A
NAME="UNPARSEDENTITYDECLSAXFUNC"
></A
->>unparsedEntityDeclSAXFunc ()</H3
+>unparsedEntityDeclSAXFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -3122,7 +3122,7 @@
><A
NAME="SETDOCUMENTLOCATORSAXFUNC"
></A
->>setDocumentLocatorSAXFunc ()</H3
+>setDocumentLocatorSAXFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -3209,7 +3209,7 @@
><A
NAME="STARTDOCUMENTSAXFUNC"
></A
->>startDocumentSAXFunc ()</H3
+>startDocumentSAXFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -3274,7 +3274,7 @@
><A
NAME="ENDDOCUMENTSAXFUNC"
></A
->>endDocumentSAXFunc ()</H3
+>endDocumentSAXFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -3339,7 +3339,7 @@
><A
NAME="STARTELEMENTSAXFUNC"
></A
->>startElementSAXFunc ()</H3
+>startElementSAXFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -3446,7 +3446,7 @@
><A
NAME="ENDELEMENTSAXFUNC"
></A
->>endElementSAXFunc ()</H3
+>endElementSAXFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -3532,7 +3532,7 @@
><A
NAME="ATTRIBUTESAXFUNC"
></A
->>attributeSAXFunc ()</H3
+>attributeSAXFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -3642,7 +3642,7 @@
><A
NAME="REFERENCESAXFUNC"
></A
->>referenceSAXFunc ()</H3
+>referenceSAXFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -3728,7 +3728,7 @@
><A
NAME="CHARACTERSSAXFUNC"
></A
->>charactersSAXFunc ()</H3
+>charactersSAXFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -3832,7 +3832,7 @@
><A
NAME="IGNORABLEWHITESPACESAXFUNC"
></A
->>ignorableWhitespaceSAXFunc ()</H3
+>ignorableWhitespaceSAXFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -3937,7 +3937,7 @@
><A
NAME="PROCESSINGINSTRUCTIONSAXFUNC"
></A
->>processingInstructionSAXFunc ()</H3
+>processingInstructionSAXFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -4044,7 +4044,7 @@
><A
NAME="COMMENTSAXFUNC"
></A
->>commentSAXFunc ()</H3
+>commentSAXFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -4130,7 +4130,7 @@
><A
NAME="CDATABLOCKSAXFUNC"
></A
->>cdataBlockSAXFunc ()</H3
+>cdataBlockSAXFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -4234,7 +4234,7 @@
><A
NAME="WARNINGSAXFUNC"
></A
->>warningSAXFunc ()</H3
+>warningSAXFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -4335,7 +4335,7 @@
><A
NAME="ERRORSAXFUNC"
></A
->>errorSAXFunc ()</H3
+>errorSAXFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -4436,7 +4436,7 @@
><A
NAME="FATALERRORSAXFUNC"
></A
->>fatalErrorSAXFunc ()</H3
+>fatalErrorSAXFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -4537,7 +4537,7 @@
><A
NAME="ISSTANDALONESAXFUNC"
></A
->>isStandaloneSAXFunc ()</H3
+>isStandaloneSAXFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -4617,7 +4617,7 @@
><A
NAME="HASINTERNALSUBSETSAXFUNC"
></A
->>hasInternalSubsetSAXFunc ()</H3
+>hasInternalSubsetSAXFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -4697,7 +4697,7 @@
><A
NAME="HASEXTERNALSUBSETSAXFUNC"
></A
->>hasExternalSubsetSAXFunc ()</H3
+>hasExternalSubsetSAXFunc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -4777,7 +4777,7 @@
><A
NAME="XMLSAXHANDLER"
></A
->>struct xmlSAXHandler</H3
+>struct xmlSAXHandler</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -4835,7 +4835,7 @@
><A
NAME="XMLEXTERNALENTITYLOADER"
></A
->>xmlExternalEntityLoader ()</H3
+>xmlExternalEntityLoader ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -4958,7 +4958,7 @@
><A
NAME="XMLSUBSTITUTEENTITIESDEFAULTVALUE"
></A
->>xmlSubstituteEntitiesDefaultValue</H3
+>xmlSubstituteEntitiesDefaultValue</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -4986,7 +4986,7 @@
><A
NAME="XMLINITPARSER"
></A
->>xmlInitParser ()</H3
+>xmlInitParser ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -5016,7 +5016,7 @@
><A
NAME="XMLCLEANUPPARSER"
></A
->>xmlCleanupParser ()</H3
+>xmlCleanupParser ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -5047,7 +5047,7 @@
><A
NAME="XMLPARSERINPUTREAD"
></A
->>xmlParserInputRead ()</H3
+>xmlParserInputRead ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -5150,7 +5150,7 @@
><A
NAME="XMLPARSERINPUTGROW"
></A
->>xmlParserInputGrow ()</H3
+>xmlParserInputGrow ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -5253,7 +5253,7 @@
><A
NAME="XMLSTRDUP"
></A
->>xmlStrdup ()</H3
+>xmlStrdup ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -5341,7 +5341,7 @@
><A
NAME="XMLSTRNDUP"
></A
->>xmlStrndup ()</H3
+>xmlStrndup ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -5450,7 +5450,7 @@
><A
NAME="XMLCHARSTRNDUP"
></A
->>xmlCharStrndup ()</H3
+>xmlCharStrndup ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -5556,7 +5556,7 @@
><A
NAME="XMLCHARSTRDUP"
></A
->>xmlCharStrdup ()</H3
+>xmlCharStrdup ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -5639,7 +5639,7 @@
><A
NAME="XMLSTRSUB"
></A
->>xmlStrsub ()</H3
+>xmlStrsub ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -5761,7 +5761,7 @@
><A
NAME="XMLSTRCHR"
></A
->>xmlStrchr ()</H3
+>xmlStrchr ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -5868,7 +5868,7 @@
><A
NAME="XMLSTRSTR"
></A
->>xmlStrstr ()</H3
+>xmlStrstr ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -5975,7 +5975,7 @@
><A
NAME="XMLSTRCASESTR"
></A
->>xmlStrcasestr ()</H3
+>xmlStrcasestr ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -6082,7 +6082,7 @@
><A
NAME="XMLSTRCMP"
></A
->>xmlStrcmp ()</H3
+>xmlStrcmp ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -6186,7 +6186,7 @@
><A
NAME="XMLSTRNCMP"
></A
->>xmlStrncmp ()</H3
+>xmlStrncmp ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -6308,7 +6308,7 @@
><A
NAME="XMLSTRCASECMP"
></A
->>xmlStrcasecmp ()</H3
+>xmlStrcasecmp ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -6412,7 +6412,7 @@
><A
NAME="XMLSTRNCASECMP"
></A
->>xmlStrncasecmp ()</H3
+>xmlStrncasecmp ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -6534,7 +6534,7 @@
><A
NAME="XMLSTREQUAL"
></A
->>xmlStrEqual ()</H3
+>xmlStrEqual ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -6642,7 +6642,7 @@
><A
NAME="XMLSTRLEN"
></A
->>xmlStrlen ()</H3
+>xmlStrlen ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -6725,7 +6725,7 @@
><A
NAME="XMLSTRCAT"
></A
->>xmlStrcat ()</H3
+>xmlStrcat ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -6834,7 +6834,7 @@
><A
NAME="XMLSTRNCAT"
></A
->>xmlStrncat ()</H3
+>xmlStrncat ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -6981,7 +6981,7 @@
><A
NAME="XMLPARSEDOC"
></A
->>xmlParseDoc ()</H3
+>xmlParseDoc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -7067,7 +7067,7 @@
><A
NAME="XMLPARSEMEMORY"
></A
->>xmlParseMemory ()</H3
+>xmlParseMemory ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -7168,7 +7168,7 @@
><A
NAME="XMLPARSEFILE"
></A
->>xmlParseFile ()</H3
+>xmlParseFile ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -7253,7 +7253,7 @@
><A
NAME="XMLSUBSTITUTEENTITIESDEFAULT"
></A
->>xmlSubstituteEntitiesDefault ()</H3
+>xmlSubstituteEntitiesDefault ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -7341,7 +7341,7 @@
><A
NAME="XMLKEEPBLANKSDEFAULT"
></A
->>xmlKeepBlanksDefault ()</H3
+>xmlKeepBlanksDefault ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -7448,7 +7448,7 @@
><A
NAME="XMLSTOPPARSER"
></A
->>xmlStopParser ()</H3
+>xmlStopParser ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -7516,7 +7516,7 @@
><A
NAME="XMLPEDANTICPARSERDEFAULT"
></A
->>xmlPedanticParserDefault ()</H3
+>xmlPedanticParserDefault ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -7596,7 +7596,7 @@
><A
NAME="XMLLINENUMBERSDEFAULT"
></A
->>xmlLineNumbersDefault ()</H3
+>xmlLineNumbersDefault ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -7677,7 +7677,7 @@
><A
NAME="XMLRECOVERDOC"
></A
->>xmlRecoverDoc ()</H3
+>xmlRecoverDoc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -7764,7 +7764,7 @@
><A
NAME="XMLRECOVERMEMORY"
></A
->>xmlRecoverMemory ()</H3
+>xmlRecoverMemory ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -7866,7 +7866,7 @@
><A
NAME="XMLRECOVERFILE"
></A
->>xmlRecoverFile ()</H3
+>xmlRecoverFile ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -7951,7 +7951,7 @@
><A
NAME="XMLPARSEDOCUMENT"
></A
->>xmlParseDocument ()</H3
+>xmlParseDocument ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -8023,7 +8023,7 @@
ALIGN="LEFT"
VALIGN="TOP"
>0, -1 in case of error. the parser context is augmented
- as a result of the parsing.</TD
+as a result of the parsing.</TD
></TR
></TBODY
></TABLE
@@ -8040,7 +8040,7 @@
><A
NAME="XMLPARSEEXTPARSEDENT"
></A
->>xmlParseExtParsedEnt ()</H3
+>xmlParseExtParsedEnt ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -8111,7 +8111,7 @@
ALIGN="LEFT"
VALIGN="TOP"
>0, -1 in case of error. the parser context is augmented
- as a result of the parsing.</TD
+as a result of the parsing.</TD
></TR
></TBODY
></TABLE
@@ -8128,7 +8128,7 @@
><A
NAME="XMLSAXPARSEDOC"
></A
->>xmlSAXParseDoc ()</H3
+>xmlSAXParseDoc ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -8224,7 +8224,7 @@
ALIGN="LEFT"
VALIGN="TOP"
> work in recovery mode, i.e. tries to read no Well Formed
- documents</TD
+documents</TD
></TR
><TR
><TD
@@ -8256,7 +8256,7 @@
><A
NAME="XMLSAXUSERPARSEFILE"
></A
->>xmlSAXUserParseFile ()</H3
+>xmlSAXUserParseFile ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -8376,7 +8376,7 @@
><A
NAME="XMLSAXUSERPARSEMEMORY"
></A
->>xmlSAXUserParseMemory ()</H3
+>xmlSAXUserParseMemory ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -8514,7 +8514,7 @@
><A
NAME="XMLSAXPARSEMEMORY"
></A
->>xmlSAXParseMemory ()</H3
+>xmlSAXParseMemory ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -8625,7 +8625,7 @@
ALIGN="LEFT"
VALIGN="TOP"
> work in recovery mode, i.e. tries to read not Well Formed
- documents</TD
+documents</TD
></TR
><TR
><TD
@@ -8657,7 +8657,7 @@
><A
NAME="XMLSAXPARSEFILE"
></A
->>xmlSAXParseFile ()</H3
+>xmlSAXParseFile ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -8751,7 +8751,7 @@
ALIGN="LEFT"
VALIGN="TOP"
> work in recovery mode, i.e. tries to read no Well Formed
- documents</TD
+documents</TD
></TR
><TR
><TD
@@ -8783,7 +8783,7 @@
><A
NAME="XMLSAXPARSEFILEWITHDATA"
></A
->>xmlSAXParseFileWithData ()</H3
+>xmlSAXParseFileWithData ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -8881,7 +8881,7 @@
ALIGN="LEFT"
VALIGN="TOP"
> work in recovery mode, i.e. tries to read no Well Formed
- documents</TD
+documents</TD
></TR
><TR
><TD
@@ -8930,7 +8930,7 @@
><A
NAME="XMLSAXPARSEENTITY"
></A
->>xmlSAXParseEntity ()</H3
+>xmlSAXParseEntity ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -9040,7 +9040,7 @@
><A
NAME="XMLPARSEENTITY"
></A
->>xmlParseEntity ()</H3
+>xmlParseEntity ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -9127,7 +9127,7 @@
><A
NAME="XMLPARSEDTD"
></A
->>xmlParseDTD ()</H3
+>xmlParseDTD ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -9234,7 +9234,7 @@
><A
NAME="XMLSAXPARSEDTD"
></A
->>xmlSAXParseDTD ()</H3
+>xmlSAXParseDTD ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -9362,7 +9362,7 @@
><A
NAME="XMLIOPARSEDTD"
></A
->>xmlIOParseDTD ()</H3
+>xmlIOParseDTD ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -9496,7 +9496,7 @@
><A
NAME="XMLPARSEBALANCEDCHUNKMEMORY"
></A
->>xmlParseBalancedChunkMemory ()</H3
+>xmlParseBalancedChunkMemory ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -9667,7 +9667,7 @@
ALIGN="LEFT"
VALIGN="TOP"
>0 if the chunk is well balanced, -1 in case of args problem and
- the parser error code otherwise</TD
+the parser error code otherwise</TD
></TR
></TBODY
></TABLE
@@ -9684,7 +9684,7 @@
><A
NAME="XMLPARSEEXTERNALENTITY"
></A
->>xmlParseExternalEntity ()</H3
+>xmlParseExternalEntity ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -9875,7 +9875,7 @@
ALIGN="LEFT"
VALIGN="TOP"
>0 if the entity is well formed, -1 in case of args problem and
- the parser error code otherwise</TD
+the parser error code otherwise</TD
></TR
></TBODY
></TABLE
@@ -9892,7 +9892,7 @@
><A
NAME="XMLPARSECTXTEXTERNALENTITY"
></A
->>xmlParseCtxtExternalEntity ()</H3
+>xmlParseCtxtExternalEntity ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -10026,7 +10026,7 @@
ALIGN="LEFT"
VALIGN="TOP"
>0 if the entity is well formed, -1 in case of args problem and
- the parser error code otherwise</TD
+the parser error code otherwise</TD
></TR
></TBODY
></TABLE
@@ -10043,7 +10043,7 @@
><A
NAME="XMLINITPARSERCTXT"
></A
->>xmlInitParserCtxt ()</H3
+>xmlInitParserCtxt ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -10111,7 +10111,7 @@
><A
NAME="XMLCLEARPARSERCTXT"
></A
->>xmlClearParserCtxt ()</H3
+>xmlClearParserCtxt ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -10179,7 +10179,7 @@
><A
NAME="XMLFREEPARSERCTXT"
></A
->>xmlFreeParserCtxt ()</H3
+>xmlFreeParserCtxt ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -10248,7 +10248,7 @@
><A
NAME="XMLSETUPPARSERFORBUFFER"
></A
->>xmlSetupParserForBuffer ()</H3
+>xmlSetupParserForBuffer ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -10357,7 +10357,7 @@
><A
NAME="XMLCREATEDOCPARSERCTXT"
></A
->>xmlCreateDocParserCtxt ()</H3
+>xmlCreateDocParserCtxt ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -10443,7 +10443,7 @@
><A
NAME="XMLGETFEATURESLIST"
></A
->>xmlGetFeaturesList ()</H3
+>xmlGetFeaturesList ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -10535,8 +10535,8 @@
ALIGN="LEFT"
VALIGN="TOP"
>-1 in case or error, or the total number of features,
- len is updated with the number of strings copied,
- strings must not be deallocated</TD
+len is updated with the number of strings copied,
+strings must not be deallocated</TD
></TR
></TBODY
></TABLE
@@ -10553,7 +10553,7 @@
><A
NAME="XMLGETFEATURE"
></A
->>xmlGetFeature ()</H3
+>xmlGetFeature ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -10672,7 +10672,7 @@
><A
NAME="XMLSETFEATURE"
></A
->>xmlSetFeature ()</H3
+>xmlSetFeature ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -10791,7 +10791,7 @@
><A
NAME="XMLCREATEPUSHPARSERCTXT"
></A
->>xmlCreatePushParserCtxt ()</H3
+>xmlCreatePushParserCtxt ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -10962,7 +10962,7 @@
><A
NAME="XMLPARSECHUNK"
></A
->>xmlParseChunk ()</H3
+>xmlParseChunk ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -11099,7 +11099,7 @@
><A
NAME="XMLCREATEIOPARSERCTXT"
></A
->>xmlCreateIOParserCtxt ()</H3
+>xmlCreateIOParserCtxt ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -11285,7 +11285,7 @@
><A
NAME="XMLNEWIOINPUTSTREAM"
></A
->>xmlNewIOInputStream ()</H3
+>xmlNewIOInputStream ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -11419,7 +11419,7 @@
><A
NAME="XMLPARSERFINDNODEINFO"
></A
->>xmlParserFindNodeInfo ()</H3
+>xmlParserFindNodeInfo ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -11527,7 +11527,7 @@
><A
NAME="XMLINITNODEINFOSEQ"
></A
->>xmlInitNodeInfoSeq ()</H3
+>xmlInitNodeInfoSeq ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -11595,7 +11595,7 @@
><A
NAME="XMLCLEARNODEINFOSEQ"
></A
->>xmlClearNodeInfoSeq ()</H3
+>xmlClearNodeInfoSeq ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -11614,7 +11614,7 @@
></TABLE
><P
>-- Clear (release memory and reinitialize) node
- info sequence</P
+info sequence</P
><P
></P
><DIV
@@ -11664,7 +11664,7 @@
><A
NAME="XMLPARSERFINDNODEINFOINDEX"
></A
->>xmlParserFindNodeInfoIndex ()</H3
+>xmlParserFindNodeInfoIndex ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -11690,7 +11690,7 @@
></TABLE
><P
>xmlParserFindNodeInfoIndex : Find the index that the info record for
- the given node is or should be at in a sorted sequence</P
+the given node is or should be at in a sorted sequence</P
><P
></P
><DIV
@@ -11772,7 +11772,7 @@
><A
NAME="XMLPARSERADDNODEINFO"
></A
->>xmlParserAddNodeInfo ()</H3
+>xmlParserAddNodeInfo ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -11861,7 +11861,7 @@
><A
NAME="XMLSETEXTERNALENTITYLOADER"
></A
->>xmlSetExternalEntityLoader ()</H3
+>xmlSetExternalEntityLoader ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -11929,7 +11929,7 @@
><A
NAME="XMLGETEXTERNALENTITYLOADER"
></A
->>xmlGetExternalEntityLoader ()</H3
+>xmlGetExternalEntityLoader ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
@@ -11996,7 +11996,7 @@
><A
NAME="XMLLOADEXTERNALENTITY"
></A
->>xmlLoadExternalEntity ()</H3
+>xmlLoadExternalEntity ()</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"