Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 32805 invoked from network); 25 Dec 2003 20:49:51 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 25 Dec 2003 20:49:51 -0000 Received: (qmail 84898 invoked by uid 500); 25 Dec 2003 20:49:31 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 84867 invoked by uid 500); 25 Dec 2003 20:49:30 -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 84854 invoked from network); 25 Dec 2003 20:49:30 -0000 Received: from unknown (HELO osmosis.gr) (216.194.67.12) by daedalus.apache.org with SMTP; 25 Dec 2003 20:49:30 -0000 Received: by osmosis.gr (Postfix, from userid 502) id DAE5632816B; Thu, 25 Dec 2003 20:49:35 +0000 (EET) Received: from localhost (localhost [127.0.0.1]) by osmosis.gr (Postfix) with ESMTP id BCDAE2D827C for ; Thu, 25 Dec 2003 22:49:35 +0200 (EET) Date: Thu, 25 Dec 2003 22:49:35 +0200 (EET) From: gounis@osmosis.gr To: users@cocoon.apache.org Subject: output escaping in xslt transformation Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 hi people (i know that this is a most xslt related question but maybe the people here have a answer) i use the classic template match: to copy all the elements i dont want to transform. in the final step of my transformation i get xhtml content serialized as html. the problem is that this copy method generate html code with all my greek characters escaped. I dont know how to to disable output escaping in this method. note: in my sub sitemap i have set html serializer encoding to iso-8859-7 (greek). when i comment this then i get my html output without escaped characters but in utf encoding something i want to avoid. any hint? thx --stavros --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org