[serialization]: Possible to not escape double quotes
Hello,
I am using boost serialization to save some parameteres into an xml file
but this xml file is parsed through gettext tools
to generate translations.
The macro used for generations is _("") so my xml should look like this:
<ProcedureSchema>
<procedures class_id="4" tracking_level="0" version="0">
<count>1</count>
One way to address this would be to derive your own custom version of the xml archive. I believe there is an example in the documentation which describes how to do this - but I could be wrong. Robert Ramey
participants (2)
-
Forumer 4umer
-
Robert Ramey