Hi All, We are using DOM Xerces-c parser (version 2.7) to parse our XML stream. Its really a very good parser and I appreciate the way its working for us right now.
I have a query on validation part. I have to validate an XML against set of schemas. I am able to do that by overriding three methods i.e. warning, error and FatalError and I am getting proper messages as defined in String table. 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 of this messages? Are there any ways if I can do it without changing the Xerces Code. Let me know if I am missing any thing. Thanks and Regards Chakresh
