Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 73975 invoked from network); 8 Sep 2004 18:37:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Sep 2004 18:37:19 -0000 Received: (qmail 75992 invoked by uid 500); 8 Sep 2004 18:37:08 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 75859 invoked by uid 500); 8 Sep 2004 18:37:07 -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 75846 invoked by uid 99); 8 Sep 2004 18:37:07 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of joerg.heinicke@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 08 Sep 2004 11:37:07 -0700 Received: (qmail 27061 invoked by uid 65534); 8 Sep 2004 18:37:04 -0000 Received: from a183069.studnetz.uni-leipzig.de (EHLO [139.18.183.69]) (139.18.183.69) by mail.gmx.net (mp003) with SMTP; 08 Sep 2004 20:37:04 +0200 X-Authenticated: #3483660 Message-ID: <413F5158.6080404@gmx.de> Date: Wed, 08 Sep 2004 20:37:12 +0200 From: Joerg Heinicke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: de-de, de, en-us, en-gb, en MIME-Version: 1.0 To: users@cocoon.apache.org Subject: Re: xhtml output formating problems / passing throught pre defined static xhtml References: <20040908161445.5420gmx1@mx044.gmx.net> In-Reply-To: <20040908161445.5420gmx1@mx044.gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On 08.09.2004 18:17, Dominic Kr�ger wrote: > my name is Dominic and I'm new to this mailing list and to XSLT / Coocoon. As Volkmar already said: this list is not that much about XSLT as mentioned somewhere in the list guidelines ;-) http://cocoon.apache.org/community/mail-lists.html#Cocoon+Users > I am trying to write a xhtml file that consist of some static areas (pre > formated xhtml)and some dynamic areas I want to fill with content from an > xml file. Standard task, nothing special about it. > Filling in the content works fine. > > My problem is that cocoon will not keep the formated xhtml that I copied > into the stylesheet. ... > Is there a way of "passing through" the Static xhtml without cocoon touching > the "structure"? Of course. I simply guess it's a namespace problem in the XSLT. You have the elements in the static xhtml input in the default namespace, but do not match them correctly. Help is here: http://www.dpawson.co.uk/xsl/sect2/N5536.html#d6286e1012. You have to bound the default namespace in the input to a prefix in the xslt to match the elements correctly. Joerg --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org