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=21934>. 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=21934 Problem with XSLTC and Extension: "redirect:write" [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2003-07-29 14:28 ------- You need to use the new canonical namespace for the redirect extension: xmlns:redirect="http://xml.apache.org/xalan/redirect" The old class stylesheet namespace (org.apache.xalan.xslt.extensions.Redirect) only works with Xalan Interpretive. The redirect extension is implemented in a different class in XSLTC. Only the new namespace format will work in both Xalan and XSLTC.
