This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: translating between character sets



> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]