• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

GWT XMLParser

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi.
First I have to admit, that I do not have much experience with programming yet.
At the moment, I am working with GWT and I am trying to parse an XML file.
I already added
<inherits name="com.google.gwt.xml.XML" />
to the existing projectname.gwt.xml file in my main package. Is that the right way?
Well.. now I tried to parse the XML file, but it still does not work. What am I doing wrong?
Do I have to activate or import the module or something?

The second thing is. When I am trying to debug the code, I am getting an exception at this line:
if (impl.isConnectionReset()) {
throw new SocketException("Connection reset");
}

in SockedInputStream.class.
What is the problem there? Does someone have an idea?
Thank you in advance!
reply
    Bookmark Topic Watch Topic
  • New Topic