Hi all,

I'm using the GWT XMLParser as described here:
http://code.google.com/p/bunsenandbeaker/wiki/DevGuideXML

I have to use it this way as I send a response string back from a form
submission.

However the parser seems to be converting all the element names to
lowercase? This is makes it un-usable as we hoped to be able to alter
the xml doc and then send it on again. But this means that is fails
the XSD validation on the server side as the elements names do not
match (case senstive). And all our server parsing methods retrieve the
elements using the sentence case names as well!

Has anyone else experienced this? Have any advice, thanks.

-Stu
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to