Closed GoogleCodeExporter closed 9 years ago
There is no helper function, so you have to access the node that contains
"text" value directly:
doc.child("node").first_child().set_value("123")
(doc.child("node").first_child() is a separate node with type() == node_pcdata).
Original comment by arseny.k...@gmail.com
on 7 Dec 2011 at 9:23
Original comment by arseny.k...@gmail.com
on 9 Dec 2011 at 5:53
Original issue reported on code.google.com by
samkhali...@hotmail.com
on 7 Dec 2011 at 9:04