1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

- HTMLtree.[ch]: more work on the HTML serialization routnes,

cleanup, encoding support.
Daniel
This commit is contained in:
Daniel Veillard
2001-06-14 11:11:59 +00:00
parent 608ad0791b
commit c4f631d28a
4 changed files with 48 additions and 15 deletions

View File

@@ -75,7 +75,7 @@ void htmlNodeDump (xmlBufferPtr buf,
void htmlNodeDumpFile (FILE *out,
xmlDocPtr doc,
xmlNodePtr cur);
void htmlNodeDumpFileFormat (FILE *out,
int htmlNodeDumpFileFormat (FILE *out,
xmlDocPtr doc,
xmlNodePtr cur,
const char *encoding,