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

Having trouble installing Oxygen? Got a bug to report? Post it all here.
Peoples
Posts: 1
Joined: Thu Apr 01, 2004 4:23 pm

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

Post 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?
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post by george »

Hi,

Try selecting Xalan as XSLT processor.

Best Regards,
George
Post Reply