batch validation results of xsd schemas

Having trouble installing Oxygen? Got a bug to report? Post it all here.
PaulHermans
Posts: 82
Joined: Sat Jan 13, 2007 5:39 pm
Location: Belgium

batch validation results of xsd schemas

Post by PaulHermans »

XML Editor 12.0, build 2010

When doing a batch valdation of schema files with Xerces, only the schemas with warnings and errors are reported.
When doing a batch validation of schema files with Saxon, all file are reported.

I would prefer to have the same behaviour for both processors. Preferably having a switch to ask for all results or only for warnings/errors.
Paul
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: batch validation results of xsd schemas

Post by sorin_ristache »

Hello,

The difference is caused by a difference in the reporting policies of the two processors: Xerces reports only warnings and errors while Saxon reports also a Validation successful message for each validated file. We will consider setting the same policy for both processors in a future version.


Thank you for your suggestion,
Sorin
Post Reply