Return-Path: Delivered-To: apmail-jakarta-taglibs-user-archive@apache.org Received: (qmail 64822 invoked from network); 11 Feb 2003 10:13:42 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 11 Feb 2003 10:13:42 -0000 Received: (qmail 25322 invoked by uid 97); 11 Feb 2003 10:15:25 -0000 Delivered-To: qmlist-jakarta-archive-taglibs-user@nagoya.betaversion.org Received: (qmail 25315 invoked from network); 11 Feb 2003 10:15:24 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 11 Feb 2003 10:15:24 -0000 Received: (qmail 64613 invoked by uid 500); 11 Feb 2003 10:13:40 -0000 Mailing-List: contact taglibs-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tag Libraries Users List" Reply-To: "Tag Libraries Users List" Delivered-To: mailing list taglibs-user@jakarta.apache.org Received: (qmail 64586 invoked from network); 11 Feb 2003 10:13:38 -0000 Received: from mail202.scannet.dk (HELO itnisk.com) (194.255.126.202) by daedalus.apache.org with SMTP; 11 Feb 2003 10:13:38 -0000 Received: from bryans [80.163.161.202] by itnisk.com with ESMTP (SMTPD32-7.07) id ACDC9300BA; Tue, 11 Feb 2003 11:13:48 +0100 From: "bryan" To: "'Tag Libraries Users List'" Subject: RE: Xtag taglib and iso-8859-1 *** HELP *** Date: Tue, 11 Feb 2003 11:11:12 +0100 Message-ID: <001801c2d1b5$e8a3f460$2001a8c0@bryans> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N It's hard to give an answer here as there are so very many different areas where the problem could be originating.=20 1. Xtags is deprecated as far as I understand, should probably switch to the jstl, it may be that there is some encoding stuff going on that no one is ever going to fix in Xtags, although I've never had any problems of an encoding nature - then again I've never attempted a stylesheet like the one you show. 2. cdata-section-elements attribute on the xsl:output element only effects xml output; so does omit-xml-declaration for that matter. 3. Is there actually a in your output somewhere; just something to = check? 4. disable-output-escaping should be avoided as it's implementation varies from processor to processor. 5. At any rate is there a reason that you need to have this text inside of a CDATA section, this should also be avoided. -----Original Message----- From: Dariush Behboudi [mailto:dariush.behboudi@glamm.com]=20 Sent: Tuesday, February 11, 2003 9:54 AM To: Tag Libraries Users List Subject: R: Xtag taglib and iso-8859-1 *** HELP *** No answers? -----Messaggio originale----- Da: Dariush Behboudi [mailto:dariush.behboudi@glamm.com] Inviato: luned=EC 10 febbraio 2003 23.08 A: taglibs-user@jakarta.apache.org Oggetto: Xtag taglib and iso-8859-1 *** HELP *** Hi everyone, I've a problem applying xsl files to iso-8859-1 encoded xml files. I'm using the xpath taglib. Here my very simple jsp code: And here my xsl file: My CDATA results corrupted after parsing. PLEASE HELP, Any suggestion is great. Regards, Dariush. ____________________________________________ Dariush Behboudi Resp.Software Engineering Phone: +39 02 45441.238Mobile Phone: 335 1207222Fax: +39 02 45441.300dariush.behboudi@glamm.comwww.glamm.comGlamm Interactive Spa GRUPPO DATASERVICE Via Negroli, 35 20133 Milano (Italy) --------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: taglibs-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: taglibs-user-help@jakarta.apache.org