Boost logo

Boost Users :

Subject: [Boost-users] boost::property_tree::ptree with write_xml
From: Uthpal Urubail (uthpal.urubail_at_[hidden])
Date: 2015-03-18 07:18:01


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.

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_settings<std::string> w(' ', 4);

write_xml(os, pt,w);

Regards,
UJ



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net