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=25416>.
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=25416

org.apache.xml.utils.SystemIDResolver.getAbsoluteURI(String urlString, String base) 
catches MalformedURIException with applet





------- Additional Comments From [EMAIL PROTECTED]  2004-02-02 14:36 -------
If you import using a relative URI we need to know the base URI of the
stylesheet document which is doing the importing. In the past, the DOM hasn't
carried that information (I think DOM Level 3 will support it; I don't _think_
Level 2 did but I haven't checked), so we have to obtain it from the DOMSource
-- which means someone has to set it onto the DOMSource.

So it sounds like this is essentially working as designed. Though perhaps a
blank base URI ought to generate a more informative error message...

Reply via email to