Page 1 of 1

Output encoding "ISO-8859-1" not encoding="IS

Posted: Thu Apr 01, 2004 4:26 pm
by Peoples
Hi,

I can't get oXygen to output me the correct encoding - I need "ISO-8859-1" but it gives me "ISO8859_1" instead.. :roll:

Here's what I've got:

<xsl:output method="xml" version="1.0" encoding="iso-8859-1" indent="yes" doctype-system="supertext.dtd"/>
<xsl:output method="xml" omit-xml-declaration="no" encoding="iso-8859-1"/>

Any tips?

Posted: Thu Apr 01, 2004 5:31 pm
by george
Hi,

Try selecting Xalan as XSLT processor.

Best Regards,
George