
23 May
2009
23 May
'09
5:54 p.m.
Jeremiah Willcock wrote:
There is a function encode_char_entities() in boost/property_tree/detail/xml_parser_utils.hpp; is that safe to use from other Boost libraries? Boost.Graph's GraphML writer currently generates its own XML, and I just changed it to escape strings using that function. Should that be moved to someplace more public?
By the way, it will be nice to grab all escaping algorithms to string_algo... XML escaping is the first candidate.