Re: translating between character sets

Subject: Re: translating between character sets
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 17 Oct 2000 13:29:54 GMT
> My input DTD has encoding UTF-8, and my output DTD encodes according to
> ISO-8859-1.

XML DTDs can not specify an encoding. Document instances can use any
supported encoding with any DTD.

It doesn't matter to XSL what encoding the input used (this will all be
resolved by the XML parser before XSL sees the input) you can control the
output encoding by use of the encoding attribute of xsl:output.

David


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread