Hi, We are using DOM Xerces-c parser (version 2.7) and quite pleased with the way its working for us.
I have a query on Schema validation part. I have to validate an XML against set of schemas. I am able to do that by setting all the indicators with the XercesParser methods like setDoSchema,setDoNamespaces,setExternalSchemaLocation etc. Also I have overridden the three methods i.e. warning,error and FatalError to receive parser thrown error messages. Now my question, As per our project requirement the message that are thrown by parser require some changes, Is it possible to change the verbaige/text of this messages? Are there any ways if I can do it without changing the Xerces Code. Thanks in advance!! Regards, Chakresh
