Re: Validation on server

The OPS server-side XForms engine is able to perform instance validation
on the server. With some tweaking, we could probably get this done
pretty easily. In fact, the XForms implementation is available as XML
processors (components), and that should even be doable without writing
any Java code.

http://www.orbeon.com/software/
http://forge.objectweb.org/projects/ops/

-Erik

Jonathan Curtis wrote:
 > Hi,
 >
 > Does anyone know of any examples of using XForms to validate data on the
 > server side? I want to be able to send XML to a web service and then
 > send back a message saying whether or not the message is valid according
 > to a particular xform model. I'm not sure how to go about doing this.
 > Any ideas?
 >
 > Cheers,
 >
 > Jon

Received on Friday, 29 April 2005 23:20:13 UTC