Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 31703 invoked by uid 500); 7 Sep 2001 02:34:14 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: tomcat-dev@jakarta.apache.org Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 31686 invoked from network); 7 Sep 2001 02:34:13 -0000 Date: Thu, 6 Sep 2001 19:37:51 -0700 (PDT) From: X-X-Sender: To: Subject: Re: xsl by extension In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: localhost.apache.org 1.6.2 0/1000/N Another ( and better ) solution - extend JspInterceptor ( well, the code needs some cleanup - again I would recomend you do that in j34 workspace ). Then you can add the dependencies and avoid any overhead - your XSP pages will run as fast as a servlet, without any extra dispatching or intermediary servlet. BTW, I'm happy I'm not alone on xsl and jasper :-) Let me know if I can help. Costin