I have a JAVA string that is holding an XML document. What is the easiest way to parse the string and extract the value, in this case "abc" from the following:
<...>
<book>abc</book>
</...>
Thanks
I have a JAVA string that is holding an XML document. What is the easiest way to parse the string and extract the value, in this case "abc" from the following:
<...>
<book>abc</book>
</...>
Thanks