Return-Path: Delivered-To: apmail-xml-xalan-j-users-archive@xml.apache.org Received: (qmail 40799 invoked by uid 500); 4 Oct 2002 19:23:39 -0000 Mailing-List: contact xalan-j-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list xalan-j-users@xml.apache.org Received: (qmail 40785 invoked from network); 4 Oct 2002 19:23:38 -0000 Received: from lhc.nlm.nih.gov (130.14.35.128) by daedalus.apache.org with SMTP; 4 Oct 2002 19:23:38 -0000 Received: from clin2.nlm.nih.gov (clin2 [130.14.40.18]) by lhc.nlm.nih.gov (8.11.6+Sun/8.11.6) with ESMTP id g94JNJ118367; Fri, 4 Oct 2002 15:23:19 -0400 (EDT) Received: from clin2 (clin2 [130.14.40.18]) by clin2.nlm.nih.gov (8.11.6+Sun/8.11.6) with SMTP id g94JNIb18062; Fri, 4 Oct 2002 15:23:18 -0400 (EDT) Message-Id: <200210041923.g94JNIb18062@clin2.nlm.nih.gov> Date: Fri, 4 Oct 2002 15:23:18 -0400 (EDT) From: Kelly Zeng Reply-To: Kelly Zeng Subject: Re: sltc problem parsing numeric entities and UTF-8 characters To: zeng@lhc.nlm.nih.gov, Santiago.PericasGeertsen@sun.com Cc: xalan-j-users@xml.apache.org MIME-Version: 1.0 Content-Type: MULTIPART/mixed; BOUNDARY=Brace_of_Greyhounds_350_000 X-Mailer: dtmail 1.3.0 @(#)CDE Version 1.4 SunOS 5.8 sun4u sparc X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Status: O X-Status: X-Keywords: --Brace_of_Greyhounds_350_000 Content-Type: TEXT/plain; charset=us-ascii Content-MD5: XpgqtupPeKep/zx58H+drg== i have attached a trivial xml input document and a trivial xsl and different results using saxon, xalan's own transformer, xsltc. I got the xsltcs.jar that is bundled with xalan_j_2.4.0 from apache's xml website. I am using jdk 1.4 and i am setting the system property javax.xml.transform.TransformerFactory to different transformers in my simple application, for example, org.apache.xalan.xsltc.trax.TransformerFactoryImpl (setting xsltc to be the transformer). in.xml: the input xml ss.xml: the style sheet saxon_out.html: output using saxon xalan_out.html: output using xalan's transformer xsltc_out.html: output using xsltc There must be sth. wrong here. any ideas? :)Kelly --Brace_of_Greyhounds_350_000 Content-Type: TEXT/plain; name="in.xml"; charset=ISO-8859-1; x-unix-mode=0644 Content-Transfer-Encoding: QUOTED-PRINTABLE Content-Description: in.xml Content-MD5: JFd7pRWYpJqhxishb0bZzw== test for:=20 =C3=BD=C3=BD =20 --Brace_of_Greyhounds_350_000 Content-Type: TEXT/plain; name="ss.xsl"; charset=us-ascii; x-unix-mode=0644 Content-Description: ss.xsl Content-MD5: MABN06deqj2gzYod9oEbKQ==

--Brace_of_Greyhounds_350_000 Content-Type: TEXT/html; name="saxon_out.html"; charset=us-ascii; x-unix-mode=0644 Content-Description: saxon_out.html Content-MD5: L/9Z02zBVzNjqov6W02VwA==

test for: ýý

--Brace_of_Greyhounds_350_000 Content-Type: TEXT/html; name="xalan_out.html"; charset=us-ascii; x-unix-mode=0644 Content-Description: xalan_out.html Content-MD5: GSTa2YqR1lnWHdP66UW0tQ==

test for: ýý

--Brace_of_Greyhounds_350_000 Content-Type: TEXT/html; name="xsltc_out.html"; charset=us-ascii; x-unix-mode=0644 Content-Description: xsltc_out.html Content-MD5: 9C6/ddm9BzzhzwJPULKS4w==

test for: ??

--Brace_of_Greyhounds_350_000--