P
P
Pavel2422019-03-04 14:06:12
C++ / C#
Pavel242, 2019-03-04 14:06:12

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

1 answer(s)
S
Stanislav Makarov, 2019-03-04
@Pavel242

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 question

Ask a Question

731 491 924 answers to any question