On Montag, Juli 7, 2003, at 04:59 Uhr, Yan, Charlene wrote:
How or where
can I change it to ISO-8859-1 from UTF-8? I've changed the encoding of
form.xml, simple-page3html.xsl and sitemap.xmap to ISO-8859-1. It didn't
help. What is the source code that sets the meta tag? More specifically,
you have to configure your serializer in the sitemap.
<map:serializers default="html">
<map:serializer logger="sitemap.serializer.html" mime-type="text/html" name="html" pool-grow="4" pool max="32" pool-min="4" src="org.apache.cocoon.serialization.HTMLSerializer">
<buffer-size>1024</buffer-size>
<encoding> ISO-8859-1 </encoding> <!-- **this line does it!! ->
</map:serializer>
</map:serializers>
/leo
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
