You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by David Crossley <cr...@apache.org> on 2004/07/21 02:39:29 UTC

RE: [issues] New comment: (FOR-15) supporting xhtml/css (as per validator.w3.org) in project directory tree

Diego Guebel wrote:
> Hi, you need to add that code to your forrestĀ“s sitemap.xmap
> 
> 		<map:serializer name="xhtml" mime-type="text/html"  logger="sitemap.serializer.xhtml"
> 		  src="org.apache.cocoon.serialization.XMLSerializer"  pool-max="64" pool-min="2" pool-grow="2">
> 			<doctype-public>-//W3C//DTD XHTML 1.0 Strict//EN</doctype-public>
> 			<doctype-system>http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</doctype-system>
> 			<encoding>UTF-8</encoding>
> 		</map:serializer>
> 
> And then change <map:serializers default="html"> to <map:serializers default="xhtml">

Thanks. We know how to switch it on. However the main
concerns are the ramifications of doing so. There are a
lot of side-effects that we need to investigate first.

-- 
David Crossley