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).
source
share