Check xml on xsd using C ++

I am very new to XML and C ++.

I want to test XML on XSD using the C ++ API. Can someone give me some tutorial links or sample programs? I do not want to do this using MSXML, as it works on Windows and Visual Studio.

I tried to use Xerces and libXML, but I failed. Now I am trying to use tinyXML.

Please help me verify the XML XML Schema using C ++ (not VC ++, you need to work in a cross platform).

+3
source share
1 answer

libsystools. , , x86/x64 ++, XML ( XML-, . XSD).

libxml2, .

, , , (, openssl, xmlsec), XML . ( ).

, , SVN ( 315) , xml.

. 2.0 XSD. , , SVN. .

+1

Source: https://habr.com/ru/post/1747807/


All Articles