Closed GoogleCodeExporter closed 9 years ago
I don't see any errors in the code per se; note that you're appending a child
with name sourceNode.name() to sourceNode, so what you'll get is
<node />
->
<node><node /></node>
This code will fail if newXmlNode (i.e. sourceNode.m_XmlNode) is NULL or if it
has the type that is not pugi::node_element (you can get the type using type()
accessor).
Original comment by arseny.k...@gmail.com
on 19 Sep 2012 at 4:22
Thanks. Solved my problem
kshitija
Original comment by kshitija...@gmail.com
on 25 Sep 2012 at 12:13
Original comment by arseny.k...@gmail.com
on 25 Sep 2012 at 3:54
Original issue reported on code.google.com by
kshitija...@gmail.com
on 19 Sep 2012 at 9:00