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

A typo and an obscure bug fix:

- parser.c: fixed a function name header typo
- SAX.c: notations can also occur in external subset.
Daniel
This commit is contained in:
Daniel Veillard
2001-03-21 18:06:15 +00:00
parent e0c1d72a6f
commit e020c3a797
3 changed files with 20 additions and 5 deletions

View File

@ -9092,7 +9092,7 @@ xmlParseExternalEntity(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data,
}
/**
* xmlParseBalancedChunk:
* xmlParseBalancedChunkMemory:
* @doc: the document the chunk pertains to
* @sax: the SAX handler bloc (possibly NULL)
* @user_data: The user data returned on SAX callbacks (possibly NULL)