Hello,
 
XML support in GWT is quite substandard. Why did the GWT devs not base the 
implementation on the org.w3c.dom interfaces ? Just like the JRE emulation 
classes they could have done that and make it possible to share code between 
client and server when using Documents. 
 
Namespace support in the current implementation is also lacking. I know that 
the native browser XML support is very minimal, but it would have been very 
easy to add Namespace aware operations from org.w3c.dom (depending on the 
browser).
 
Any idea if there will be a more focus on improving this part of GWT ? Not 
everything is working with JSON or GWT-RPC.
 
I created an issue for this:
http://code.google.com/p/google-web-toolkit/issues/detail?id=6467
 
David
 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/ki7cPrZ8WRcJ.
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