Closed GoogleCodeExporter closed 8 years ago
What happens here is that first_child() returns an empty node handle; all
operations on the empty handle do not do anything.
Since you're using pugixml 1.2, you can use the text() member that creates the
necessary PCDATA nodes behind the scenes:
http://pugixml.googlecode.com/svn/tags/latest/docs/manual/access.html#manual.acc
ess.text
http://pugixml.googlecode.com/svn/tags/latest/docs/manual/modify.html#manual.mod
ify.text
Original comment by arseny.k...@gmail.com
on 21 Feb 2013 at 3:53
Original comment by arseny.k...@gmail.com
on 3 Mar 2013 at 2:58
Original issue reported on code.google.com by
egoch...@gmail.com
on 21 Feb 2013 at 10:42