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=5533>. 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=5533 redirect doesn't work in the cmdline interface Summary: redirect doesn't work in the cmdline interface Product: XalanJ2 Version: 2.0.1 Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: org.apache.xalan.extensions AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect" doesn't work in the the commandline interface. It think, the reason may be that it needs a systemid in the StreamResult handed over to the tranform() method. I had the same problem in Java until I added a StreamResult.setSystemId() call before calling the transform() method.
