Fred,

Fred Harju <[EMAIL PROTECTED]> writes:

> Is there something else I have to do to trap the download of the schema?

You can override schemaLocation in your instance using the
fgXercesSchemaExternalSchemaLocation property, e.g.,

// Pseudo code.
//

XMLCh* loc ("http://mywebsite file:///usr/local/files/myschemafile.xsd");

parser->setProperty (
  XMLUni::fgXercesSchemaExternalSchemaLocation, loc);


See API docs for more information.

hth,
-boris

--
Boris Kolpackov
Code Synthesis Tools CC
www.codesynthesis.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to