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=24457>. 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=24457 Problem with Xalan/XSLT ------- Additional Comments From [EMAIL PROTECTED] 2003-11-06 11:19 ------- AFAIK both are implementation of the xslt transformer. You can choose what of them you want to use for your xslt transformations. From the default sitemap: <map:transformer logger="sitemap.transformer.xslt" name="xslt" pool-grow="2" pool-max="32" pool-min="8" src="org.apache.cocoon.transformation.TraxTransformer"> <use-request-parameters>false</use-request-parameters> <use-session-parameters>false</use-session-parameters> <use-cookie-parameters>false</use-cookie-parameters> <xslt-processor-role>xalan</xslt-processor-role> <check-includes>true</check-includes> </map:transformer> Just change this line: <xslt-processor-role>xalan</xslt-processor-role> to: <xslt-processor-role>xsltc</xslt-processor-role> and your xslt tranformer is now xsltc.
