Hi, I am using the 1.5.2 version of the GWT toolkit. What I am trying to do is just parse some xml. The odd part is that it seems like the XMLParser is complaining about one of the attributes on one of the xml elements, specifically about the date. The XML document is well formed.
This is the line that the XMLParser is complaining about: <a:getlastmodified b:dt="dateTime.rfc1123">Tue, 30 Sep 2008 20:51:06 GMT</a:getlastmodified> And then this is what happens in the stack trace from the XMLParser: at com.google.gwt.dev.GWTShell.main(GWTShell.java:357) Caused by: com.google.gwt.core.client.JavaScriptException: (Error): line 1, char 508:Datatype 'dateTime.rfc1123' is not supported. description: line 1, char 508:Datatype 'dateTime.rfc1123' is not supported. So, my question is why is the parser even bothering doing a type conversion and not just leave everything as a string? Thanks for your help. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
