> There's more than one doctype you could have for HTML.  Some folks may 
> want to send HTML 3.2 with the appropriate header.
> 
> It would be possible to have all of the doctypes ready to go out of the 
> box.  It would also mean a html32 serializer, a html4 serializer, a 
> html401 serializer, etc. and that's not counting the 
> transitional/strict/frameset qualifiers.
> 
> Seems a lot to have in the default sitemap when most people would only 
> use one or two at the most.

It would probably be reasonable to include a commented out example in the
default sitemap?

>
>> <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>
>>      <doctype-public>-//W3C//DTD HTML 4.01 
>> Transitional//EN</doctype-public>
>>     </map:serializer>
>>
>>
>>
>> shouldn't it be inserted by default in a default sitemap from the
>> cocoon installations? should we write this to the developers mailing 
>> list?


---------------------------------------------------------------------
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]>

Reply via email to