Hi,

I am currently switching from Xalan 1 to version 2. I am facing a little
problem : whatever encoding scheme is specified in the xml source and xsl
stylsheet, ouptut encoding is always specified as UTF8, although real
encoding is ok, ie I specifiy ISO-8859-1 encoding and I get this, but the
first line of output is always :

<?xml version="1.0" encoding="UTF-8"?>

As I am outputing a XSLFO stylesheet it causes FOP to throw an exception as
it encounters characters that do not fit whit the specified encoding.

Is it a bug, or a feature, or am I missing sommething ? (I did have this
problem with Xalan 1.)

Regards,

Pierre-Yves

Reply via email to