Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 47893 invoked from network); 11 Dec 2000 02:16:48 -0000 Received: from unknown (HELO homer.socialchange.net.au) (210.9.15.225) by locus.apache.org with SMTP; 11 Dec 2000 02:16:48 -0000 Received: from homer.socialchange.net.au (homer.socialchange.net.au [10.10.1.10]) by homer.socialchange.net.au (8.9.3+Sun/8.9.3) with ESMTP id NAA15173 for ; Mon, 11 Dec 2000 13:17:26 +1100 (EST) Date: Mon, 11 Dec 2000 13:17:26 +1100 (EST) From: Jeff Turner To: cocoon-users@xml.apache.org Subject: Re: AW: How to use taglibs without xsp In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N On Mon, 11 Dec 2000, Christian Parpart wrote: > > -----Ursprungliche Nachricht----- > > Von: Jeff Turner [mailto:jeff@socialchan] > > > > I'm a bit confused.. are chapter.xsl, ebnf.xsl, etc, logicsheets (XSLs > > that produce XSP/Java) or formatting stylesheets? What are you trying to > > do with them? Why are they part of xml-logicsheet PIs if they're > > formatting, and why isn't there a if they're > > logic? > > > > Anyway, all taglibs start by matching , and I don't know of any > > way to fool them into accepting something different. > > > > --Jeff > > the other xsl-files are just formatting stylesheets wich are splitted into > seperated files. They doesn't produce any XSP/Java code yet. > > So as I conclude I have to embedd all into XSP to use its taglibs, or > is there any easier way for tags seperated into special files? I don't think so. Couldn't you write a script that just concatenates them? #!/bin/sh echo "" for i in *.xml; do cat $i done echo "" But I don't properly understand what you're trying to achieve. --Jeff > > Regards, > Christian Parpart > SurakWare > http://www.surakware.com > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org > For additional commands, e-mail: cocoon-users-help@xml.apache.org >