[xsd-users] Parsing Question
Bryan Wilcox
azbwilcox at yahoo.com
Tue Jul 22 12:09:15 EDT 2008
Thanks. That looks more like what I was looking for. But what we do is load the schemas from a Windows resource file into a xerces DOMInputSource using a std::string and then use the DomBuilder's loadGrammar to load that schema input source into the parser. I searched through the CodeSynthesis code and didn't see any obvious way to do this. I appreciate your feedback.
Sincerely,
Bryan
--- On Tue, 7/22/08, Boris Kolpackov <boris at codesynthesis.com> wrote:
From: Boris Kolpackov <boris at codesynthesis.com>
Subject: Re: [xsd-users] Parsing Question
To: "Bryan Wilcox" <azbwilcox at yahoo.com>
Cc: xsd-users at codesynthesis.com
Date: Tuesday, July 22, 2008, 7:53 AM
Hi Bryan,
Bryan Wilcox <azbwilcox at yahoo.com> writes:
> Is it possible to pass in some object or configuration to force the
> parser to use a locally defined schema object instead of attempting
> to access the schema at the Internet path provided in the instance
> document?
Yes, you can use the schema_location and no_namespace_schema_location
properties as shown in 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