|
ReactOS 0.4.16-dev-2132-g3885311
|
#include <libxml/xmlstring.h>

Go to the source code of this file.
Functions | |
| XML_HIDDEN xmlChar * | xmlEscapeFormatString (xmlChar **msg) |
| XML_HIDDEN xmlChar * xmlEscapeFormatString | ( | xmlChar ** | msg | ) |
xmlEscapeFormatString: @msg: a pointer to the string in which to escape '' characters. Must be a heap-allocated buffer created by libxml2 that may be returned, or that may be freed and replaced.
Replaces the string pointed to by 'msg' with an escaped string. Returns the same string with all '' characters escaped.
Definition at line 1001 of file xmlstring.c.