Hi, I have the following scenario in my application:
I have schema A that includes schema B, both have a targetNamespace="http://www.foo.com". I have a XML file that uses as his default namespace "http://www.foo.com", meaning it's root element has a xmlns="http://www.foo.com". When running Xerces C++ with schema validation I need to determine what to send the parser on it's setExternalSchemaLocation. Assuming I don't know which schema is the "main" one (in my case it's A), should I send both A and B in the setExternalSchemaLocation? What's the way to handle this? Thanks -- View this message in context: http://www.nabble.com/setExternalSchemaLocation-and-xs%3Aimport-tp15532404p15532404.html Sent from the Xerces - C - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
