Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 64832 invoked from network); 6 Nov 2003 11:20:56 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 6 Nov 2003 11:20:56 -0000 Received: (qmail 40788 invoked by uid 500); 6 Nov 2003 11:20:25 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 40755 invoked by uid 500); 6 Nov 2003 11:20:25 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 40468 invoked from network); 6 Nov 2003 11:20:23 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 6 Nov 2003 11:20:23 -0000 Received: (qmail 9101 invoked by uid 50); 6 Nov 2003 11:20:36 -0000 Date: 6 Nov 2003 11:20:36 -0000 Message-ID: <20031106112036.9100.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@cocoon.apache.org Cc: Subject: DO NOT REPLY [Bug 24457] - Problem with Xalan/XSLT X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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 agallardo@agsoftware.dnsalias.com 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: false false false xalan true Just change this line: xalan to: xsltc and your xslt tranformer is now xsltc.