Frank Jakop wrote:
For the second one: I think it is a little bit too much, to revalidate the complede document if only a single attribute of an element has changed.I think XML Schema binding might help you here. Check if the following fits your requirement.
Is there no easier way?
http://java.sun.com/webservices/docs/1.1/api/javax/xml/bind/Validator.html
I think you want to do On-Demand validation or Fail-Fast validation.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]