id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 8095,Invalid XML is produced by write_xml when there is a special character in the key,martongabesz@…,Sebastian Redl,"I have the following property tree, dumped in INFO format: {{{ CudbAppServiceId=1 { userLabel """" sqlAppSrvPlSchema identities-pl.sql CudbAppServiceId CudbAppServiceId=1 } }}} When I dump it in XML format, I got the following: {{{ identities-pl.sql CudbAppServiceId=1 }}} This is not a valid XML, because we have a tag ""CudbAppServiceId=1"". Of course, any other xml parser like xmllint will fail to parse it, because of the equality sign in the tag. Is there any solution to this problem? Like somehow emitting = instead of the raw '=' inside the tag and in the text? This is a possible problem in 1.53 as well, since property tree was not updated.",Bugs,new,To Be Determined,property_tree,Boost 1.67.0,Problem,,xml,"smr@… wolf+""https:@…"