Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 98484 invoked from network); 2 Sep 2003 19:59:05 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Sep 2003 19:59:05 -0000 Received: (qmail 1868 invoked by uid 500); 2 Sep 2003 19:56:52 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 1767 invoked by uid 500); 2 Sep 2003 19:56:51 -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 1665 invoked from network); 2 Sep 2003 19:56:49 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 2 Sep 2003 19:56:49 -0000 Received: (qmail 13103 invoked by uid 50); 2 Sep 2003 06:32:56 -0000 Date: 2 Sep 2003 06:32:56 -0000 Message-ID: <20030902063256.13102.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@cocoon.apache.org Cc: Subject: DO NOT REPLY [Bug 20308] - Stylesheet includes not working with XSLTC 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=20308 Stylesheet includes not working with XSLTC ------- Additional Comments From agallardo@agsoftware.dnsalias.com 2003-09-02 06:32 ------- Hi: I was working on the bug 13070 as Vadim suggested. And I meet the same problem here related. Initially I wanted to put the logicsheet in: o.a.c.webapp.session.components.language.markup.xsp.java But because of this error I changed it to: o.a.c.components.language.markup.xsp.java note I need to remove "webapp.session" from the original place! I think we can use the CVS version because the current status is leaking a main functionality of cocoon: processing custom stylesheets. BTW the bug 20537 is already fixed! :)