<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hello,</p>
<p><br>
</p>
<p>I have an xsl - let's name it MAIN.XSL - that import another,
located in a jar file :</p>
<p><xsl:import
href=<a class="moz-txt-link-rfc2396E" href="jar:file:/Users/cmarchand/devel/foe.jar!/path/to/file.xsl">"jar:file:/Users/cmarchand/devel/foe.jar!/path/to/file.xsl"</a>
/></p>
<p>This works perfectly, in Oxygen, with Saxon, everywhere.</p>
<p>Now, if I change my <foe>/src/main/xsl/path/to/file.xsl
file (inside or outside Oxygen), and rebuild the jar, when I come
back to my MAIN.XSL, Oxygen displays an Error :</p>
<p> </p>
<table>
<tbody>
<tr>
<td> I/O error reported by XML parser processing
<a class="moz-txt-link-freetext" href="jar:file:/Users/cmarchand/devel/foe.jar!/path/to/file.xsl">jar:file:/Users/cmarchand/devel/foe.jar!/path/to/file.xsl</a>:
JAR entry path/to/file.xsl not found in
/Users/cmarchand/devel/foe.jar<br>
</td>
</tr>
</tbody>
</table>
<p>Of course, jar exists, is well formed, can be loaded by JVM, and
file.xsl also exists, is also well formed, and is also correctly
run by Saxon outside Oxygen.</p>
<p>If I restart Oxygen, without changing foe.jar, everything works
correctly. Problem exists from Oxygen 15 to 20.1<br>
</p>
<p>I think Matthieu Ricaud had previously reported this problem, but
maybe verbally, at XMLPrague ...</p>
<p>Thanks in advance,<br>
Christophe<br>
</p>
</body>
</html>