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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user