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

java.lang.ClassFormatError during instantiation of translets





------- Additional Comments From [EMAIL PROTECTED]  2002-02-07 19:19 -------
Ok here comes the test stylesheet:

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet 
        version="1.0" 
        xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
        xmlns:str="http://xsltsl.org/string";
>
        
        <xsl:template name="str:template">
                <xsl:call-template name="str:anothertemplate" />
        </xsl:template>

        <xsl:template name="str:anothertemplate" />
</xsl:stylesheet>

As input xml file you can use something like:

<?xml version="1.0" encoding="UTF-8"?>
<ROOT/>

This doesn't matter because the exception is thrown before any transformation 
is done.

I set the severity to blocker because one can't use XSLTC unless he decides to 
write his own strings manipulation templates instead of the ones in the 
http://xsltsl.org/string library.

Reply via email to