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:49 ------- I changed the test stylesheet a little bit to make it more clear that the problem is not related to the string library. <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:myNameSpace="http://someDomainName/somePath" > <xsl:template name="myNameSpace:template"> <xsl:call-template name="myNameSpace:anothertemplate" /> </xsl:template> <xsl:template name="myNameSpace:anothertemplate" /> </xsl:stylesheet>
