
23 May
2009
23 May
'09
5:14 p.m.
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? -- Jeremiah Willcock