Closed GoogleCodeExporter closed 9 years ago
Please, give an example of what you're actually trying to achieve.
I suspect that you want something like this:
std::ostringstream oss;
node.print(oss);
std::string xmltext = oss.str();
But I'm not completely sure.
Original comment by arseny.k...@gmail.com
on 10 Sep 2012 at 2:33
Hi,
Your suspicion is right. This is what I was looking for, xml text of a node.
Thanks and Best Regards,
Rajesh
Original comment by rajesh.s...@gmail.com
on 10 Sep 2012 at 8:30
Original comment by arseny.k...@gmail.com
on 17 Sep 2012 at 8:32
Original issue reported on code.google.com by
rajesh.s...@gmail.com
on 9 Sep 2012 at 6:44