Non-UTF 8 output encoding does not work any more
Posted: Tue Jan 20, 2004 8:36 pm
First of all, I would like to congratulate the authors for their product!
I have recently upgraded to version 3.0. Since the upgrade, XSL stylesheets that used to produce <?xml version="xhtml1.0" encoding="iso-8859-1"?> with the standard
command with Saxon do not work any more. It produces this kind of prolog:
<?xml version="xhtml1.0" encoding="ISO8859_1"?>, which is of course incorrect.
I have not tested with other encodings, nor with Xalan.
I have recently upgraded to version 3.0. Since the upgrade, XSL stylesheets that used to produce <?xml version="xhtml1.0" encoding="iso-8859-1"?> with the standard
Code: Select all
<xsl:output doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" encoding="ISO-8859-1" method="xml" version="xhtml1.0" indent="yes"/>
<?xml version="xhtml1.0" encoding="ISO8859_1"?>, which is of course incorrect.
I have not tested with other encodings, nor with Xalan.