1
0
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:
Daniel Veillard
1999-11-23 10:40:46 +00:00
parent 4c3a2030db
commit 11a48ec6f4
17 changed files with 933 additions and 398 deletions

View File

@ -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;