Answer the question
In order to leave comments, you need to log in
What is the best way to check xml against xsd schema in c++?
Good day!
Recommend a free cross-platform C++ library for checking an xml document against a schema. Looked Libxml2 - confuses the status "it is incomplete right now". There is a risk to use, is it really not working yet?
What to choose? The main criterion is the ability to check xml through sax, because the files are large.
Answer the question
In order to leave comments, you need to log in
Xerces-C++
https://xerces.apache.org/xerces-c/program-sax2-3....
https://xerces.apache.org/xerces-c/apiDocs-3/class... - supported loading the schema (GrammarType - Schema) into the SAX reader.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question