Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 14906 invoked by uid 500); 25 Nov 2002 21:44:39 -0000 Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-users@xml.apache.org Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 14894 invoked from network); 25 Nov 2002 21:44:39 -0000 Message-ID: <3DE299F1.9060807@gmx.de> Date: Mon, 25 Nov 2002 22:45:21 +0100 From: Joerg Heinicke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: de-de, de, de-at, en, en-us MIME-Version: 1.0 To: cocoon-users@xml.apache.org CC: xsl-list@lists.mulberrytech.com Subject: Re: Concat dynamically assigned xslt References: <006b01c294c7$d2f41710$e4a1fea9@webspace> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I would not create a huge, dynamically created XSLT. Cocoon offers you aggregation or CInclude/XInclude. So I would transform the output of the transformer for example to the following: ... The generator would then give only the information how to get the content of the abstract and the name of the xsl. The sitemap would match on this: So every abstract is transformed separately and aggregated at the end to a "big thing". Your original abstract pipeline I would change to: So the whole processing is not a XSLT problem, but a solvable Cocoon problem. Is the propagated way an option? Or is your way already fixed? Regards, Joerg Robert S�semann wrote: > I am not sure if this is a cocoon specific problem or solveable with XSL > only. I have this problem. > > I am working on a CMS where non-programmers can feed articles to a db. > Cocoon output those articles in different ways. The problematic view is the > multi-article page. There abstracts of many different article types are > displayed. As I want the system to be extensible - that means without one > big pre-.made xslt - the user can write there own stylesheet for EVERY > article. All they should have to do is save the xsl and write its path to > the db. > > As I have this multi-article view I would need to dynmically merge all > assigned xslt to one sytlesheet that could be a cocoon transformer in my > pipeline: > > SITEMAP > .... > > > ...? MAGIC COMPONENT ? > > > > .... > > GENERATOR: > ... > > > ... > > ... > ... > > .. > > > Can you imagine a solution to this problem. Maybe with meta-stylesheets? > > Thanks in advance! > > Rob --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: For additional commands, e-mail: