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 XSLT and Extension: "redirect:write" Summary: Problem with XSLT and Extension: "redirect:write" Product: XalanJ2 Version: 2.5 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Xalan-Xsltc AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hello, I use Xalan-Java 2.5.1 (and JRE 1.3.1_07) I start the Xalan in a BAT-File with this Line: <!-- ########### example ########### --> %path_to_java%\bin\java.exe -cp %path_to_java%\lib\tools.jar;%path_to_xalan%\bin\bsf.jar;%path_to_xalan%\bin\xml-apis.jar;%path_to_xalan%\bin\xercesImpl .jar;%path_to_xalan%\bin\xalan.jar org.apache.xalan.xslt.Process -IN %path_to_xml% -XSL %path_to_xsl% -PARAM config_path %path_to_config% -PARAM source_path %path_to_xml% -PARAM content_path %path_to_content% -V -DIAG -XSLTC <!-- ########### ########### --> If I use this cmd-line without -XSLTC, it works all right. But if I take -XSLTC then I get folowing message: <!-- ########### error ########### --> >>>>>>> Xalan-Version Xalan Java 2.5.1, <<<<<<< FEHELER: 'line 9: Nicht erkannte XSLTC-Erweiterung 'redirect:write'.' SCHWER WIEGENDER FEHELER: 'Die Formatvorlage konnte nicht kompiliert werden.' ... etc ... <!-- ########### ########### --> But I think XSLT does support the rdirect-Extension (http://xml.apache.org/xalan-j/extensions_xsltc.html#redirect_ext). Do I make anything wrong? Thank you in advance for you answer. Best regards Dieter Boell
