12 #ifndef ZYPP_PARSER_XML_XMLESCAPE_H
13 #define ZYPP_PARSER_XML_XMLESCAPE_H
35 #endif // ZYPP_PARSER_XML_XMLESCAPE_H
std::string unescape(const std::string &in_r)
Unescape xml special charaters (& -> &; from IoBind library)
std::string escape(const std::string &in_r)
Escape xml special charaters (& -> &; from IoBind library).
Provides API related macros.