[xsd-users] Parser error
Boris Kolpackov
boris at codesynthesis.com
Mon Feb 15 02:49:02 EST 2010
Hi Bidski,
Bidski <bidski at bigpond.net.au> writes:
> Can anyone explain what this means?
This is a parsing error. You can get more detailed information by
catching xml_schema::exception and printing it, as shown in all
the examples.
You probably get these errors because the parser could not find the
schema to validate your document against (XML Schema validation is
enabled by default). For ways to resolve this, see Section 5.1, "XML
Schema Validation and Searching" in the C++/Tree Mapping Getting
Started Guide:
http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/guide/#5.1
Boris
More information about the xsd-users
mailing list