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:
David