/Simon Vogensen/:
My problem is this: how do I load these schemas from jar resources?
I guess because the jar: URIs are opaque [1], relative resources can't be resolved automatically so you would need to assign a custom entity resolver to handle those.
[1] <http://java.sun.com/j2se/1.5.0/docs/api/java/net/URI.html>:
An opaque URI is an absolute URI whose scheme-specific part does not begin with a slash character ('/'). Opaque URIs are not subject to further parsing.
-- Stanimir --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
