Subject: Re: [boost] XML character escaping
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2009-05-24 07:40:49


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?
Definitely not. property_tree isn't even merged to release right now,
and I'm doing a major overhaul, so it's in flux, too. (But on a branch,
so you won't notice on trunk until I want to merge.)

So, this function should definitely get moved somewhere else if you want
to use it.

Sebastian