On Wed, 2008-02-27 at 11:52 +0100, Andreas Hartmann wrote:
> Andreas Hartmann schrieb:
> > Andreas Hartmann schrieb:
> > 
> >>  I just
> >> noticed that IE6 doesn't display the page, but the XML content.
> > 
> > That works now.
> 
> Strange, it works when requesting the pages from Jetty, but the 
> statically exported HTML is still displayed as the XML source.

Try to omit

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

something like:
<map:serializer logger="sitemap.serializer.xhtml"
      mime-type="text/html; charset=UTF-8" name="xhtml" ppool-max="64"
      src="org.apache.cocoon.serialization.XMLSerializer">
      <omit-xml-declaration>yes</omit-xml-declaration>
      <doctype-public>-//W3C//DTD XHTML 1.0 Transitional//EN</doctype-public>
      
<doctype-system>http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</doctype-system>
      <encoding>UTF-8</encoding>
    </map:serializer>

salu2
-- 
Thorsten Scherler                                 thorsten.at.apache.org
Open Source Java                      consulting, training and solutions


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to