On Tuesday 04 June 2002 09:56, Christoph Stocker wrote: > i want to change the > <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> > tag to > <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
This comes from the HTMLSerializer, you have to reconfigure it to use the iso-8859-1 charset. This can be done in the sitemap as follows: <map:components> . . . <map:serializers> . . . <map:serializer name="html-8859" mime-type="text/html" src="org.apache.cocoon.serialization.HTMLSerializer" pool-max="32" pool-min="16" pool-grow="4" > <encoding>iso-8859-1</encoding> </map:serializer> </map:serializers> . . . </map:components> -- Bertrand Delacrétaz (codeconsult.ch, jfor.org) buzzwords: XML, java, XSLT, cocoon, mentoring/teaching/coding. disclaimer: eternity is very long. mostly towards the end. get ready. --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>