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
No comments:
Post a Comment