mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
Closing bug report #3748, changed global compression flag usage, and
added xmlNewTextChild() and xmlNewDocRawNode(), Daniel
This commit is contained in:
5
parser.c
5
parser.c
@ -6651,8 +6651,9 @@ xmlSetupParserForBuffer(xmlParserCtxtPtr ctxt, const xmlChar* buffer,
|
||||
*
|
||||
* Returns 0 in case of success or a error number otherwise
|
||||
*/
|
||||
int xmlSAXUserParseFile(xmlSAXHandlerPtr sax, void *user_data,
|
||||
const char *filename) {
|
||||
int
|
||||
xmlSAXUserParseFile(xmlSAXHandlerPtr sax, void *user_data,
|
||||
const char *filename) {
|
||||
int ret = 0;
|
||||
xmlParserCtxtPtr ctxt;
|
||||
|
||||
|
Reference in New Issue
Block a user