D
David Dvali
Hello.
I have such XML file:
<root>
<elem1>
<optional>
Some data
<optional>
</elem1>
</root>
How can I get value of the "optional" node?
Thank you.
I have such XML file:
<root>
<elem1>
<optional>
Some data
<optional>
</elem1>
</root>
How can I get value of the "optional" node?
Thank you.