[EMAIL PROTECTED] wrote:-
| 
| 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 ??
| 

 Please visit http://www.w3.org/TR/xmlschema-1/#outcomes . XML Schema Spec
 defines these unique names for all the constraints.
 
 Thanks
 - Gopal


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

Reply via email to