I’m using XML in my application with some own XML-parser (from ClanLib library).
The problem : that parser can’t validate XML and it fails if any mistakes are presented. I need some validator which will say if the XML is valid and (preferable) show the error.
Xerces-C++ can validate XML using DTD and XSD. Syntax is also validated.