Closed GoogleCodeExporter closed 9 years ago
You can do this with xml_document::save(ostream&) function:
std::ofstream out(path, std::ios::out | std::ios::app);
doc.save(out);
Original comment by arseny.k...@gmail.com
on 6 Feb 2013 at 3:51
Thanks a lot.
Original comment by muzaffer...@gmail.com
on 6 Feb 2013 at 3:52
Original comment by arseny.k...@gmail.com
on 10 Feb 2013 at 7:47
Original issue reported on code.google.com by
muzaffer...@gmail.com
on 6 Feb 2013 at 3:33