$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [PropertyTree] Adding comments to existing property tree object
From: René Perlberg (pij_at_[hidden])
Date: 2010-10-21 03:50:23
Hello to everyone,
I wonder whether it is possible to add comments to an existing property
tree object. To be more specific: I read in some XML files and change some
attribute values (both relaized using property tree). In addition to that
I would like to add some comments to a specific path in the property tree.
Looking inside the code of property tree I found a function
'write_xml_comment', but I'm not sure whether and how this function may be
used to address my problem.
With kind regards,
René.