I have a problem with XML validation with expat. I have not found document or wiki that can help me to validate my xml document.
Is it possible to validate my XML document via xml schema (xsd file) with libexpat and a C program?
If the response is no , how to validate it via a DTD file?
Thanks in advance for your help.
Also from the FAQ:
You could try using libxml2.