I use C++ SAXParser to validate an XML document but during validation the program throws an error saying "The schemaLocation attribute does not contain pairs of values".
Can anybody tell me how to resolve this issue ? Please Help.
Hi,
The possible problem would be
1. Wrong path of the schema given2. Name of the folder containing the schema has a space in it.
Sheela