Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 54771 invoked from network); 6 Nov 2003 16:02:16 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 6 Nov 2003 16:02:16 -0000 Received: (qmail 41725 invoked by uid 500); 6 Nov 2003 16:01:43 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 41704 invoked by uid 500); 6 Nov 2003 16:01: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 41690 invoked from network); 6 Nov 2003 16:01:43 -0000 Received: from unknown (HELO S1.my-tv.it) (195.130.242.130) by daedalus.apache.org with SMTP; 6 Nov 2003 16:01:43 -0000 Received: from mytvbackup ([195.130.242.171]) by S1.my-tv.it (8.11.7+Sun/8.11.7) with SMTP id hA6ClQ408595 for ; Thu, 6 Nov 2003 13:47:26 +0100 (MET) Message-ID: <001801c3a482$01b50490$abf282c3@AccessoRemoto.mytv.it> From: "Gianluca Morello" To: Subject: [HELP]: How to set xml encoding? Date: Thu, 6 Nov 2003 17:21:17 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0015_01C3A48A.6342A520" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 ------=_NextPart_000_0015_01C3A48A.6342A520 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hallo, i need to set correctly the encoding of my xml output files in = apipeline. For example: if I use a simple pipeline like this The xml encoding in the input.xml is ISO-8859-1, The xml encoding of the simple.xsl s ISO-8859-1, The simple.xsl file contains a line like this The output xml has always the encoding UTF-8. Any idea? Thank you Gianluca Morello ------=_NextPart_000_0015_01C3A48A.6342A520 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hallo,
 
i need to set correctly the = encoding of my xml=20 output files in apipeline.
 
For example:
 
if I use a simple pipeline like=20 this
 
 <map:generate = src=3D"input.xml"/>
 <map:transform=20 src=3D"simple.xsl"/>
 <map:serialize/>
The xml encoding in the input.xml is=20 ISO-8859-1,
The xml encoding of the = simple.xsl s=20 ISO-8859-1,
The simple.xsl file contains a line = like=20 this<xsl:output method=3D"xml" version=3D"1.0" = encoding=3D"ISO-8859-1"=20 />
 
The output xml has always the encoding=20 UTF-8.
 
Any idea?
 
Thank you
 
 
Gianluca Morello
 
------=_NextPart_000_0015_01C3A48A.6342A520--