Hi all! Can anyone help me with the following problem:
I have a KOI8-R encoded HTML document. After processing this document with HTMLGenerator, in output I have ISO-8859-1 encoded document :(( for example (in sitemap.xmap): <map:serializer logger="sitemap.serializer.xml" mime-type="text/xml" name="xml" src="org.apache.cocoon.serialization.XMLSerializer"> <buffer-size>1024</buffer-size> <encoding>KOI8-R</encoding> </map:serializer> <map:match pattern="forum-include"> <map:generate src="http://localhost/cgi-bin/cutecast/cutecast.pl" type="html"> <map:parameter name="xpath" value="/html/body/center/table[position()=last()]"/> </map:generate> <map:serialize type="xml"/> </map:match> Where I'm wrong? Thanx for advise. -- Best regards, Yury Mikhienko. IT engineer, ZAO "Mobicom-Kavkaz" --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>