Boost logo

Boost Users :

Subject: Re: [Boost-users] how to add comments to boost property tree while export in xml file
From: Daniel Anderson (wonixen_at_[hidden])
Date: 2018-05-03 00:46:14


according to the doc:

https://www.boost.org/doc/libs/1_67_0/doc/html/property_tree/parsers.html#property_tree.parsers.xml_parser

*XML comments are stored in nodes named <xmlcomment>, unless comment
ignoring is enabled via the flags.*
 so you probably have to do something like:

Pt.put<String> ("Root.<xmlcomment>", "some comment");

I think that is the way to add comments.

2018-05-01 0:47 GMT-04:00 neelam baliyan via Boost-users <
boost-users_at_[hidden]>:

> Hi All,
>
> I have read and store my complete configuration file in to boost property
> tree, now I want to export it to a xml file which i can do via function
> write_xml().
>
> I wanted to add some comments inside my exported xml file.
>
> Please help me to know, how to add comments inside xml file while
> exporting data from boost property tree.
>
>
> Thanks & Regards
> Neelam
>
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> https://lists.boost.org/mailman/listinfo.cgi/boost-users
>
>

-- 
Daniel
«Il faut imaginer Sisyphe heureux»
 Albert Camus


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