$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] XML character escaping
From: Jeremiah Willcock (jewillco_at_[hidden])
Date: 2009-05-23 13:14:25
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