1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-20 03:52:25 +03:00

Cleanup, patch from Wayne Davison:

- xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
- parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
  modified slightly Wayne Davison patch adding xmlStrcasecmp and
  related function, fixing xmlStrncmp(), and associated cleanup
- result/HTML/entities.html.sax: updating result
Daniel
This commit is contained in:
Daniel Veillard
2000-09-22 13:51:48 +00:00
parent 4fb87ee585
commit b656ebe456
12 changed files with 191 additions and 84 deletions

View File

@@ -150,6 +150,12 @@ int xmlRegisterOutputCallbacks (xmlOutputMatchCallback match,
int xmlSaveFileTo (xmlOutputBuffer *buf,
xmlDocPtr cur,
const char *encoding);
void xmlNodeDumpOutput (xmlOutputBufferPtr buf,
xmlDocPtr doc,
xmlNodePtr cur,
int level,
int format,
const char *encoding);
#ifdef __cplusplus
}
#endif