You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xalan.apache.org by Anders Blaagaard <ab...@swwwing.com> on 2004/06/01 17:04:15 UTC

Text encoding problem

I'm trying to do a XSLTC (version 2.6.0) transformation with output 
method="text", and output containing danish characters, but I get the 
following error:

...
Caused by: org.apache.xalan.xsltc.TransletException: 
org.xml.sax.SAXException: Attempt to output character of integral value 
229 that is not represented in specified output encoding of ISO-8859-1.
   at 
org.apache.xalan.xsltc.runtime.AbstractTranslet.characters(AbstractTranslet.java:595) 



This seems strange since the Encodings.properties file included in 
xalan.jar, correctly states that the last printable character of 
ISO-8859-1 is 0x00FF.

Any input will be appreciated.

Anders