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-01-30 08:40 ------- I downloaded xalan-j_2_5_2 and copied xalan.jar to my "endorsed" directory but I'm still getting: "org.apache.xml.utils.URI$MalformedURIException: Cannot initialize URI with empty parameters" Tracing backwards when I run the test as an application: org.apache.xml.utils.URI.initialize(null, "file:///c:/myPath/dummy.xsl") from org.apache.xml.utils.URI.URI(null, "file:///c:/myPath/dummy.xsl") from org.apache.xml.utils.URI.URI("file:///c:/myPath/dummy.xsl") from org.apache.xml.utils.SystemIDResolver.getAbsoluteURI ("builtin://feature", "file:///c:/myPath/dummy.xsl") from org.apache.xalan.processor.ProcessorInclude.startElement(<a StylesheetHandler>, "http://www.w3.org/1999/XSL/Transform", "import", "xsl:impo rt", <a Attributes>) ...and at this point the string "file:///c:/myPath/dummy.xsl" (the "empty parameter) is created from org.apache.xalan.processor.StylesheetHandler.getBaseIdentifier() Is there something I have to do so that getBaseIdentifier() returns something when used in an applet?
