Wade Smith wrote:
do you have an example of how to call the setExternalSchemaLocation? I have
not been able to get this working.
_parser->setExternalSchemaLocation(
"http://www.example.com file_name.xsd")
Good luck!
Vitaly
On Fri, Jan 15, 2010 at 2:08 AM, Vitaly Prapirny<[email protected]> wrote:
Wade Smith wrote:
If the document does not contain an xsd entry, it fails
validation on the root saying Unknown element. Can anyone suggest a way
that I can associate the xsd properly?
You should use setExternalSchemaLocation and
setExternalNoNamespaceSchemaLocation methods for this.
Good luck!
Vitaly