libzypp  13.10.6
XmlEscape.h File Reference
#include <string>
#include "zypp/APIConfig.h"

Go to the source code of this file.

Namespaces

 zypp
 Easy-to use interface to the ZYPP dependency resolver.
 
 zypp::xml
 

Functions

std::string zypp::xml::escape (const std::string &in_r)
 Escape xml special charaters (& -> &; from IoBind library). More...
 
std::string zypp::xml::unescape (const std::string &in_r)
 Unescape xml special charaters (& -> &; from IoBind library) More...