Hi guys, A (hopefully easy) question: what is the GWT 'best practice' to take a server-side DOM built with org.w3c.dom.Document and pass it over RPC?
Clearly once on the client-side it needs to become a com.google.gwt.xml.client.Document, and I can achieve this by serializing to and from a String of XML, but is there a better way? Something more performant that uses some built-in DOM serialization capabilities? Regards, Richard. -- 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.
