Hello everybody,
i want to parse a xml at the top of my entry-point-method like that
tutorial:
http://groups.google.com/group/Google-Web-Toolkit/msg/a6f399bc4d46f795
(Look at "Processing XML with GWT")
I've created a xml in the client package, but the complier says he
cannot parse the xml-file.
I think the URI isn't correct, but how can i refer that file and parse
it ?
That's a piece of my code:
final Document xmlDoc= XMLParser.parse("library.xml");
final Element root= xmlDoc.getDocumentElement();
XMLParser.removeWhitespace(xmlDoc);
I don't know what's wrong ...
Any ideas ?
Best Regards,
SkiD.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---