http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1670 *** shadow/1670 Thu Jun 14 07:16:57 2001 --- shadow/1670.tmp.25204 Tue Jul 10 08:40:34 2001 *************** *** 79,81 **** --- 79,90 ---- * @param systemId The system identifier as a URL string. */ public void setSystemId(String systemId) { + + + ------- Additional Comments From [EMAIL PROTECTED] 2001-07-10 08:40 ------- + calling the StreamSource(java.io.File) constructor solves the problem, but it + may be worth noting that the StreamSource(String systemId) constructor does not + work. + + It seems that the systemId is used to create an InputStream or Reader rather + than a java.io.File.