Hello, I am referring to : http://issues.apache.org/jira/browse/XERCESJ-825 and http://issues.apache.org/bugzilla/show_bug.cgi?id=37348
I would like to know if a SystemId is basically the same a a file:// URI ? Are non Ascii characters in path all supposed to be encoded in a SystemId ? I have realized that if I change the routine JAXPUtils.getSystemId(File file) in ant, so that it returns File.toURI().toAsciiString() which encodes non ascii characters, then I can transform an XML document containing entities and located in a non ASCII path. Cheers, Antoine --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
