Subject: RE: A FAQ question about non-Latin characters in XT output
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Tue, 12 Oct 1999 17:21:17 +0100
|
>
> A definately FAQ question to which I didn't find an answer in
> the XSL FAQ though: I have some non-Latin characters in my xml documents
> as character references and I'd like to run the documents through xt and
> those character references would still be there.
The XSLT syntax to achieve this is <xsl:output encoding="iso-8859-1"/>.
You'll have to check whether xt supports it. (SAXON 4.7 does, provided that
the Java runtime does. I haven't worked out which Java runtimes support
which encodings.)
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|