I use xerces DOM parser for validation against XML schema. The validation works 
correctly but it is quite hard to get information
about errors. Does anybody know if it is possible to use the error codes to 
extract infromation about the error without having to
decode the message string (to get the type of schema constraint violated for 
example) ?

Ex. : Validation error : '[error] :1:269: cvc-complex-type.2.2 ...'
         What does the '2.2' error code mean ??

Thank you.

Nicolas



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to