You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2003/01/24 11:23:42 UTC

DO NOT REPLY [Bug 16389] New: - The Redirect extension does not work with Xalan Java 2.4.1

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: xalan-dev@xml.apache.org
        ReportedBy: jeszy@venus.math.klte.hu


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>