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

second pass on escaping handling, start to looks better, need to be

* xmlIO.c xmlsave.c include/libxml/xmlIO.h: second pass on escaping
  handling, start to looks better, need to be completed and added
  directly at the saving context level.
Daniel
This commit is contained in:
Daniel Veillard
2004-05-14 03:25:14 +00:00
parent 5d1a4d81bf
commit ee8960bcab
4 changed files with 21 additions and 11 deletions

View File

@@ -245,7 +245,8 @@ XMLPUBFUN int XMLCALL
const char *str);
XMLPUBFUN int XMLCALL
xmlOutputBufferWriteEscape (xmlOutputBufferPtr out,
const xmlChar *str);
const xmlChar *str,
xmlCharEncodingOutputFunc escaping);
XMLPUBFUN int XMLCALL
xmlOutputBufferFlush (xmlOutputBufferPtr out);