Page 1 of 1

Question regarding the validate() function of a view...

Posted: Sat Oct 29, 2005 1:29 am
by Wig
In looking at the documentation for the view interface I note that the validate() function is void...

Are there any suggestions on how I can call the validate() function on a document within a view programmatically and determine whethor or not the validation succeeded.

I assume there is a way to dig down to the errors view and determine if any errors were generated, but I haven't seen how to do this.

Thanks,

Wig.

Posted: Wed Nov 02, 2005 11:21 pm
by Wig
Ok, problem solved...

I wrote my own validating parser with JAXP and I can ensure validation programmatically.