Wednesday, July 11, 2007

How to get the "text" value of an XML element in GWT

1 comment:

Cleber Goncalves said...

Have a look at the API for the Node class in com.google.gwt.xml.client. This class have most of the methods needed to parse XML in GWT.