cannot get Mediator XSLT output have encoding set to iso-885

The header of my stylesheet is as follows:

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl=“XSLT Namespace” version=“1.0”
xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance”>

<xsl:output method=“xml” encoding=“iso-8859-1” version=“1.0” indent=“yes” omit-xml-declaration=“no” cdata-section-elements=“value data”/>

I give Mediator an ISO-8859-1 encoded XML file as input.

Output of transformation keeps showing:
<?xml version="1.0" encoding="UTF-8"?>. I would expect an iso-8859-1 encoding as specified by the stylesheet output param.

What’s wrong ?

Best Regards

Hi Dugs,

This is an error and has been corrected in Mediator version 7.3.1 which will be generally available in Q1-2004.

Best regards,
Mike