$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Ananya Maiti (ananyoevo_at_[hidden])
Date: 2019-11-07 11:35:19
Hi all,
I am trying to write some data in a xml file using boost write_xml()
function. My data has some angle brackets in it e.g. <![CDATA[name]]>
. But when I use boost::property_tree::write_xml() to write the data
node to xml file it escapes the angle brackets to < and > tags.
I even tried using unicode \x3C , \x3E but still it escapes them. Is
there any way to tell boost to not escape the characters in a non html
safe way ?
Regards,
Ananyo Maiti