|
[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] XALAN!!
Subject: Re: [xsl] XALAN!!
From: Markus Spath <mspath@xxxxxxxx>
Date: Sat, 02 Mar 2002 18:41:48 +0100
|
William Rutford wrote:
hi
i have a problem with the charecter set.
the xml i am dealing with has got lot of swedish letters and other
letters from other language.its causing lot of problems when i am tryin
to apply transformations using xalan and saxon. actually those problems
are not faced when i test with XML SPY or Xslerator. I reckon probably
the Charecter settings for the XML SPY IDE is configured to accept ISO
Charecter set. Is there a way to configure
the Charecter settings in xalan so that it produces the output properly
i have also declared the encoding in the xsl file which says
<xsl:output encoding="ISO-8859-1" indent="yes"
omit-xml-declaration="yes" method="text"/>
but still it doesnt seem to be working
do you also declare the encoding in your xml document?
(<?xml version="1.0" encoding="ISO-8859-1" ?>)
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
| |