1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

Improvement of doc, Raph patch for CORBA init, support for spaces in XPath, Daniel

This commit is contained in:
Daniel Veillard
1999-10-08 09:40:39 +00:00
parent 539195b40d
commit 00fdf370d3
28 changed files with 483 additions and 517 deletions

View File

@ -1326,11 +1326,10 @@ xmlDecodeEntities(xmlParserCtxtPtr ctxt, int len, int what,
/**
* xmlSwitchEncoding:
* @ctxt: the parser context
* @len: the len of @cur
* @enc: the encoding value (number)
*
* change the input functions when discovering the character encoding
* of a given entity.
*
*/
void
xmlSwitchEncoding(xmlParserCtxtPtr ctxt, xmlCharEncoding enc)
@ -4333,8 +4332,10 @@ xmlParseConditionalSections(xmlParserCtxtPtr ctxt) {
}
/**
* xmlParseExternalSubset
* xmlParseExternalSubset:
* @ctxt: an XML parser context
* @ExternalID: the external identifier
* @SystemID: the system identifier (or URL)
*
* parse Markup declarations from an external subset
*