I have XML in the form of a String that contains
<message>HELLO!</message>
How can I get the String “Hello!” from the XML? It should be ridiculously easy but I am lost. The XML isn’t in a doc, it is simply a String.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Using JDOM:
Using the Xerces
DOMParser:Using the JAXP interfaces: