Thorsten Scherler a écrit :
>El mié, 09-11-2005 a las 17:07 +0100, Cyriaque Dupoirieux escribió:
>
>
>>Hi,
>>
>> I have got lot's of layout problems with Firefox and the
>>
>>doctype -//W3C//DTD XHTML 1.0 Strict//EN.
>>
>> How can I use the
>>
>> PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
>>
>> which gives - after a small test - the expected result ?
>>
>>(BTW - I use the structurer, but I think you all know...)
>>
>>
>
>
>internal.xmap:
> <map:serializer logger="sitemap.serializer.xhtml"
> mime-type="text/html" name="xhtml" pool-grow="2" pool-max="64"
> pool-min="2"
> src="org.apache.cocoon.serialization.XMLSerializer">
> <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>
>
>Change it there.
>
>
Thank you Thorsten, I will keep XHTML 1.0 Transitional until Firefox evolve.
I am going to send a request to the firefox development team.
Salutations,
Cyriaque,
>HTH
>
>
|