Closed GoogleCodeExporter closed 9 years ago
PCDATA content is not a node value; it lives in a separate node.
You can use text() object for a convenient access:
node.text().set(nodeVal);
node.text().get()
Original comment by arseny.k...@gmail.com
on 18 Sep 2012 at 7:19
thanks. I tried with this code and my problem is solved. Thanks.
Kshitija
Original comment by kshitija...@gmail.com
on 18 Sep 2012 at 7:39
Original comment by arseny.k...@gmail.com
on 18 Sep 2012 at 7:39
Original issue reported on code.google.com by
kshitija...@gmail.com
on 18 Sep 2012 at 7:08