Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 72352 invoked by uid 500); 30 Aug 2002 09:57:05 -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 72341 invoked from network); 30 Aug 2002 09:57:05 -0000 From: "Koen Pellegrims" To: "Cocoon-Dev@Xml. Apache. Org" Subject: i18n:attr trouble Date: Fri, 30 Aug 2002 12:02:22 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I have quite a weird problem with i18n here. First of all: All the i18n examples work perfectly! ... but when I try to translate an attribute I run into trouble. the snippet is very simple: image the relevant pipeline is: As long a I leave out the "i18n:attr" everything works perfectly (text is translated as it should) I added a bit more debug-info to the I18nTransformer and it seems to 'stop' on the removal of the attribute from the AttributesImpl-object (temp_attr.removeAttribute(i18n_attr_index);) (really: the request just 'stops', nothing appears in the logs anymore, not in Cocoon, nor in Tomcat) I know Xerces had some trouble a while ago with the implementation of AttributesImpl, but I tried Xerces-J-2.1.0 and I get the same (non-)results. Any thoughts? Koen System: Linux Java 1.4.0 with Xerces 2.1.0 and xmlApis in jre/lib/endorsed Tomcat 4.0.4 Cocoon 2.0.3 with Xerces 2.1.0 and xmlApis in WEB-INF/lib --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org