On Wed, Mar 18, 2015 at 6:18 AM, Uthpal Urubail
All,
I am looking got the help with xml writer using property tree.
My requirement is to write a user defined comment (in below example /*comment*/) in every line of XML file.
I don't know about the property tree writer, but that's an invalid Xml comment. http://www.w3.org/TR/REC-xml/#sec-comments
Example:
/*comment*/<debug>
/*comment*/ <filename>debug.log</filename>
/*comment*/ <modules>
/*comment*/ <module>Finance</module>
/*comment*/ <module>Admin</module>
/*comment*/ <module>HR</module>
/*comment*/ </modules>
/*comment*/ <level>2</level>
/*comment*/</debug>
Can someone help me in solving the above? Any help on this would be highly appreciated.
boost::property_tree::xml_writer_settingsstd::string w(' ', 4);
write_xml(os, pt,w);
Regards,
UJ
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users