I have a little(?) problem with external schema location...
I'm using xerces/xalan (C++) for doing some actions with some set of xml-files.
Some of these files must validating against schema, which location specify in config file ("external" schema). Other files must be validating against schema, which location specify in parsed xml file (via xsi:shemaLocation attribute, "internal" schema)
How can I switch between these schema location ("external"/"internal")? I mean, if I use
Expand|Select|Wrap|Line Numbers
- theLiaison->setExternalNoNamespaceSchemaLocation("blah.xsd")
Expand|Select|Wrap|Line Numbers
- useInternalSchemaLocation(true)
I'm looking for this in apache site and search on this forum, but don't find anything (
PS Sorry for my English )