You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Jonathan S. Shapiro" <sh...@eros-os.org> on 2000/06/11 22:18:01 UTC

Bug reporting system BROKEN

I'ld gladly report this via the bug tracking system, but attempting to access http://xml.apache.org/bugs/ yields:

    You don't have permission to access /bugs/ on this server.

Meanwhile:

I'm getting a core dump running TestXSLT under RedHat Linux (both 6.1 and 6.2). I have LD_LIBRARY_PATH set appropriately.  After it failed on my own files, I tried it on foo.xml and foo.xsl from the c/Samples/SimpleTransform directory. (I took foo.xsl,foo.xml from xml_xalan_20000505161759.tar.gz, since some kind soul ommitted the samples from the xalan C++ distribution -- which is another bug).
 
Given the command line:

    .../TestXSLT -IN foo.xml -XSL foo.xsl -OUT <anything>

I get:

    ======= Parsing foo.xsl ===============

    Fatal error at (file ,line 0, char 0): An exception occurred! Type:MalformedURLException, Message: The URL used an unsupported protocol
    XSL Warning: Error parsing foo.xsl
    XSL Warning: processStyleSheet not successful!
    Abort (core dumped)

The strange thing about this is that foo.xsl doesn't contain any URLs.

I'm sure I'm not the first to report this, but since I can't get to the bug database it's rather hard to check. If this is a known problem and there is a workaround, I'ld be greatful if someone could drop me a note.

Thanks


Jonathan