You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by Emanuel Bulic <Em...@galegroup.com> on 2001/05/02 15:17:17 UTC

Complex validation

Hi all,
 
I've been given the task to investigate ways of validating XML content,
using schema.  Ok... schemas ar nice, but there's a lot more things we need
to do.  I've looked into using transformations, with XPath and plugging in
java extensions (xalan).  This seems to work.
 
My question is, are there better and faster ways of performing complex
content validation?  One of the things we need to do is validate an address
against a database (zipcode, city, state, etc.).
 
Thanks,
Emanuel Bulic.