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:
2
parser.c
2
parser.c
@ -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)
|
||||
|
Reference in New Issue
Block a user