DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16897>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16897 Relative paths in imported schemas [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2003-02-10 18:38 ------- As you suggest, this is not a bug but a question; much better addressed on the [EMAIL PROTECTED] mailing list. The canonical way to do what you want is to register a SAX EntityResolver on your parser; xerces will call back to it when it has an entity--including an imported schema--that it needs to resolve. Note that the parser will expand the relative URI; that's what SAX demands. You could also preparse the schema using Xerces native API's (see the grammar parsing faq for details) or use JAXP 1.2 or the external-schema-location property. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
