How to get specific error code with MSXML SAX validator

2025-05-04T09:58:09.22+00:00
When I use MSXML DOM model for validating a XML file against a schema, I get validation error "0xc00ce014" for XML structural issues. Now, we need to use MSXML SAX model for validating XML file as its very big. Using this model we always get error code "0x80004005" for any type of error. So, how do I get same functionality as earlier (i.e need to differentiate this error). AI models suggesting me to parse the error message as this is a known issue. But, if I know all kinds of error messages then I can put a map. How do I get those messages?
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,921 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.