Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 4317 invoked by uid 500); 28 Apr 2003 13:28:31 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 4303 invoked from network); 28 Apr 2003 13:28:30 -0000 Received: from office.oilspace.com (213.219.58.70) by daedalus.apache.org with SMTP; 28 Apr 2003 13:28:30 -0000 Received: from kpiroumian (ns.informtek.com.ru [195.239.59.130]) by office.oilspace.com (Postfix) with SMTP id A1D55145 for ; Mon, 28 Apr 2003 14:28:29 +0100 (BST) Message-ID: <033401c30d8a$1ab7b1c0$a52efea9@kpiroumian> From: "Konstantin Piroumian" To: References: Subject: Re: [Bug] multiple Xalan transformations and i18n doesn't function with latest Cocoon snapshot Date: Mon, 28 Apr 2003 17:28:48 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This seems to be a namespace problem. Check the result after each transformation and see if i18n tags and namespace are correctly preserved. Also, check if there are any exceptions in logs, i18n transformer is very verbose. Regards, Konstantin From: "Stoeckel, Matthias" > Hi, > > there seems to be an error with the combination of the new Xalan (2.5) and > the i18n transformer. > I'm using the following setup: > - Latest Source from this morning. > - modified Hello World sample > - jdk 1.3.1_06 on solaris > > This is the modified pipeline for the Hello World sample: > > > > > > > > > > > > > > > Modified hello.xml: > > > > Hello > > This is my first Cocoon page! > a_key > > > > > > The ident.xsl source code, which simply copies all tags from input to > output: > > > xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> > > > > > > > > > I'm also using the message catalogue from the i18n sample. As long as I have > only one Xalan transformation everything works fine. But as soon as I add > another transformation the output gets corrupted. Some (all?) closing tags > get lost after the i18n transformation. This problem stops when I use the > old Xalan 2.4.1! > Does anybody have an idea how to fix this? I can provide a zip file with the > modified hello world example, if wanted. > Thanks > Matthias > > >