Return-Path: Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 50467 invoked from network); 18 Jan 2001 19:30:59 -0000 Received: from rdu25-5-046.nc.rr.com (HELO akira.webslingerZ.com) (24.25.5.46) by h31.sny.collab.net with SMTP; 18 Jan 2001 19:30:59 -0000 Received: by akira.webslingerZ.com (Postfix, from userid 501) id 831BF130A3; Thu, 18 Jan 2001 14:32:04 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by akira.webslingerZ.com (Postfix) with ESMTP id 69F7460B2; Thu, 18 Jan 2001 14:32:04 -0500 (EST) Date: Thu, 18 Jan 2001 14:32:04 -0500 (EST) From: Donald Ball X-Sender: To: Cc: Ovidiu Predescu Subject: Re: [C1] and xalan2 In-Reply-To: <20010118151904.10c0a6f2.steffen@smb-tec.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N On Thu, 18 Jan 2001, Steffen Stundzig wrote: > /** > * @author: Ovidiu Predescu > * @date: Wed, 17 Jan 2001 11:48:49 -0800 > */ > > On Wed, 17 Jan 2001 14:16:24 +0100, Steffen Stundzig > > wrote: > > > > > did anybody use C1 with xalan2, especially the compiled stylesheets and > the > > > other stuff of the TRaX-Model. I hope, that it can speed up the XSLT > > > processing. > > > I've seen xalan2 in C2, but C1? > > > > I'm interested in this integration too since it could make easier > integrating > > Saxon as well. I may try to give it a shot over the week-end, but I don't > > promise anything. > > I've started developing an TRaXTransformer as replacement for the > XalanTransformer in C1. It works and the compiled stylesheets are > nice to have. Also I've ported the > 'org.apache.cocoon.xml.util.XPathAPI' to work with xalan2. > > C1 compiles without any errors, but at runtime > I get errors from the XSPProcessor. In the generated xsp-java files > are illegal characters such as '\n' and so on. Any ideas? not offhand, but i'd like to see the source for your transformer - can you post it? - donald