Hi there!
I am parsing a XML file . I am stuck at a specific problem, I can't figure out how to get the whole inner XML of a node.
The node looks like that:
<td><b>this</b> is a <b>test</b></td>
What function do I have to use to get the content of <td> node:
"<b>this</b> is a <b>test</b>"
Thanks....
I am parsing a XML file . I am stuck at a specific problem, I can't figure out how to get the whole inner XML of a node.
The node looks like that:
<td><b>this</b> is a <b>test</b></td>
What function do I have to use to get the content of <td> node:
"<b>this</b> is a <b>test</b>"
Thanks....