Closed GoogleCodeExporter closed 9 years ago
Please, clarify the question...
From your description it seems that you changed the attribute value and the
PCDATA value, but you want to save the tree without attribute changes?..
It is possible to save a subtree to file like this:
#include <fstream>
std::ofstream out("filename");
doc.child("foo").child("call").print(out);
Original comment by arseny.k...@gmail.com
on 27 Feb 2012 at 4:29
Closing because of lack of activity; if you need further help on this issue,
just leave a comment that says so.
Original comment by arseny.k...@gmail.com
on 14 Mar 2012 at 3:21
Original issue reported on code.google.com by
diablos...@yahoo.com.cn
on 24 Feb 2012 at 6:05