On 07/26/2010 04:09 PM, John Ivens wrote: > I know that this is off topic for GWT, but if anyone knows of how to > validate an XML file directly by using something like Apache Commons > Validation, but without needing to create a bean or a form, I would > appreciate knowing about it. Basically, we have XML files that we would > like to validate directly out of XML, but using a validation in XML (in > a seperate or the same file). The reason we want to do this is that > during development we would like to have a very quick way of generating > validation without needing to be constantly updating screens and forms, > just change the XML (in one file or two, depending on what resources are > out there). > > Thanks in advance...
Any validating parser will do what you want. hint: the google search term is in this answer. > > -- > 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. -- 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.
