On 05/12/2009 05:30 AM, surfi2000 wrote:
> Hi,
>
> Is there a way to validate XML in GWT. I have got a schema and a DTD.
> How would I validate an XML document using GWT

Use GWT to send the file to your server for validation. Downloading and 
activating a Javascript XML validation tool (assuming it exists) is just 
unnecessarily cruel to your users. Do such validation on your server, 
and pass the results back to the client.

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