> Gaurav Bhatnagar wrote... > > Hi Everybody , > In Warning , Error and FatalError method of ErrorHandler interface I > get description of a error using getMessage method of SAXParseException > object.In that error description I get error code of form cvc-elt.x.x.x.x > where x stands for any single digit number followed by a colon and then a > short error description. > What does this error code cvc-elt.x.x.x.x signify and what to > interpret from this error code ? and is there any documentation available > regarding these error codes.
These are validation constraints/rules. See: http://www.w3.org/TR/xmlschema-1/#outcomes Cheers, Rahul. > Please do respond > with regards > Gaurav Bhatnagar > > ############################################################################## > **************************** > * Gaurav Bhatnagar * ############# #### > * Research Engineer * ############# #### > * C-DOT * ############# #### > * Samrat Hotel 6th Floor * #### > * Chankyapuri * #### #### > * Ph:-6872867 / 6872869 * #### #### > **************************** #### #### > #### #### > ################## > ################## > ################## > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
