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=7835>.
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=7835

MalformedURLException for relative xsl:include





------- Additional Comments From [EMAIL PROTECTED]  2002-04-11 18:03 -------
Stefan, I am trying to reproduce this bug and so far I can not. One aspect of
the bug report references a fragment of your stylesheet that is an <xsl:include>
with an href that starts with a './<path>'. I have tested the curr xsltc code
with the Michael Kay conf test mk007.xsl which contains a similar include:
  <xsl:include href="./inc/copyright.xsl"/>
and xsltc handles the test. The next aspect of the bug report references 
mdocs05.xsl test; in this test the xsl is wrong to include backslashes, which
causes the MalformedURLException: no protocol. If the backslashes are replaced
with forward slashes, the example works fine. According the the URI spec, the
slash should be the forward slash as in ../mdocs/compu.xsl rather than
..\mdocs\compu.xsl anyway. Have you tried the latest xsltc code; I notice the
version in the bugreport is Xalan J2 version 2.3Dx; we are currently at 2.3.1.
Try out the latest code and if you can provide a small test case (stylesheet)
that exhibits the problem I would be happy to pursue fixing it. Thanks- Todd.

Reply via email to