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=16389>. 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=16389 The Redirect extension does not work with Xalan Java 2.4.1 Summary: The Redirect extension does not work with Xalan Java 2.4.1 Product: XalanJ2 Version: 2.4Dx Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: org.apache.xalan.lib.Redirect AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Redirection fails with exception when using the Redirect extension: javax.xml.transform.TransformerException: java.lang.ClassNotFoundException: redirect although I follow the pattern included in the docs: <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:redirect="http://xml.apache.org/xalan/redirect" extension-element-prefixes="redirect"> <!-- ... --> <redirect:open select="$fname"/> <!-- ... --> <xsl:stylesheet>
