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 Summary: org.apache.xml.utils.SystemIDResolver.getAbsoluteURI(Str ing urlString, String base) catches MalformedURIException with applet Product: XalanJ2 Version: 2.5Dx Platform: PC OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: org.apache.xml.utils AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I'm trying to import a stylesheet using: <import href="builtin://feature"/> ...and I have a URIResolver that will normally supply the required Source for the transformation. But the resolver never gets a chance when used in an applet. The problem appears to be because org.apache.xml.utils.SystemIDResolver.getAbsoluteURI(String urlString, String base) catches an exception trying to create a URI.