HI,
I have a string value returned from a servlet code. I want to parse the string into XML and show the XML in a GWT window.
I tried with google.xml.client.* package but was not successful. Can you please tell how to accomplish this task.
HI,
I have a string value returned from a servlet code. I want to parse the string into XML and show the XML in a GWT window.
I tried with google.xml.client.* package but was not successful. Can you please tell how to accomplish this task.
You probably want to check out GWT's XMLParser
class, and in general the entire com.google.gwt.xml.client
package.
Here is a fairly good example of its use.