72 return "<!-- " + content +
" -->";
std::string xml_escape(std::string const &txt)
Escape special XML characters.
Container namespace for all symbols of genesis in order to keep them separate when used as a library...
std::string replace_all(std::string const &text, std::string const &search, std::string const &replace)
Return a copy of a string, where all occurrences of a search string are replaced by a replace string...
std::string xml_deescape(std::string const &txt)
De-escape special XML characters.
Provides some commonly used string utility functions.
std::string xml_comment(std::string const &content)