Michiel Meeuwissen <[EMAIL PROTECTED]> wrote
...
>
> Tomcat 5 does require that you set the <[EMAIL PROTECTED] pageEncoding%> attribute
also
> on the include-d page.
>
> I tested more or less all permutations in mmexamples/codings (I suggest
you
> try it out), and I am pretty sure that mm:include is not a problem in this
> respect.
>
You are right that mm:include is not the problem. When I included the
content directly, I did leave out the line

<?xml version="1.0" encoding="iso-8859-1"?>

which did the trick.

There is a bug in <mm:formatter xslt="test.xsl>. After some testing I found
out that it does not accept setting the encoding string in the xml
declaration and starts encoding in a strange way. Only

<?xml version="1.0"?>

works well. May be this explains also other iso-8859-1 errors.

Martijn Houtman


Reply via email to