Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 73049 invoked from network); 7 Jan 2004 09:49:17 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 7 Jan 2004 09:49:17 -0000 Received: (qmail 12110 invoked by uid 500); 7 Jan 2004 09:48:44 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 11917 invoked by uid 500); 7 Jan 2004 09:48:43 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 11903 invoked from network); 7 Jan 2004 09:48:43 -0000 Received: from unknown (HELO smtp1.jouve.fr) (193.108.166.138) by daedalus.apache.org with SMTP; 7 Jan 2004 09:48:43 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Nicolas Toper Reply-To: ntoper@jouve.fr Organization: Jouve To: users@cocoon.apache.org Subject: Re: content aggregation + links to used files Date: Wed, 7 Jan 2004 10:52:03 +0100 User-Agent: KMail/1.4.1 References: <32924.194.173.124.200.1073297465.squirrel@www.sevencs.com> <200401051604.12438.ntoper@jouve.fr> <3FFB5D3F.9030609@gmx.de> In-Reply-To: <3FFB5D3F.9030609@gmx.de> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200401071052.03970.ntoper@jouve.fr> 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 Well, in that case it is b/c the ouput must be namespace less if I rememb= er=20 right Le Mercredi 07 Janvier 2004 02:13, Joerg Heinicke a =E9crit : > I don't think, simply removing all namespaces is a good solution, thoug= h > the namespace might not be needed here. Furthermore this approach slows > down the processing through an additional transformer step where it is > not necessary. > > Her problem is the output of cincludeFiles.xsl in the default namespace= =2E > Matching on such elements has to be done in XSLT prefixed, i.e. the > namespace must be bound to a prefix and then these elements can be > matched. So the news.xsl has to be something like the following: > > xmlns=3D"http://www.sevencs.com" > xmlns:s=3D"http://www.sevencs.com" > xmlns:xsl=3D"http://www.w3.org/1999/XSL/Transform"> > > ... > > > following file was added: > > > > > > It's an XSLT FAQ and more about it can be found here: > http://www.dpawson.co.uk/xsl/sect2/N5536.html#d5360e970. > > Joerg > > On 05.01.2004 16:04, Nicolas Toper wrote: > > In that case use that in another transformer: it'll remove all NS fro= m > > the XML > > > > > > > xmlns:xsl=3D"http://www.w3.org/1999/XSL/Transform"> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org > For additional commands, e-mail: users-help@cocoon.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org