I tried to use org.apache.cocoon.components.serializers.XMLSerializer instead of org.apache.cocoon.serialization.XMLSerializer . It did not help. Only in case of using org.apache.cocoon.components.serializers.HTMLSerializer I got "<TITLE></TITLE>" instead of "<title/>". But it's not good to produce HTML instead of xHTML.
You said about "new serializers". Are there any updates for them? The date for XHTMLSerializer: "version CVS $Id: XHTMLSerializer.java 433543 2006-08-22 06:22:54Z crossley $" So it's very old. But I didn't find newer version. Best regards, Oleg Barmin. ________________________________________ From: news [n...@ger.gmane.org] On Behalf Of Andreas Hartmann [andr...@apache.org] Sent: Monday, August 10, 2009 5:06 AM To: user@lenya.apache.org Subject: Re: Problem with <title/> and IE IIRC the new serializers from the serializers block fix this issue. You could try using org.apache.cocoon.components.serializers.*Serializer instead of org.apache.cocoon.serialization.*Serializer Take a look at the javadocs for more information. HTH, -- Andrea -- Andreas Hartmann, CTO BeCompany GmbH http://www.becompany.ch Tel.: +41 (0) 43 818 57 01 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@lenya.apache.org For additional commands, e-mail: user-h...@lenya.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@lenya.apache.org For additional commands, e-mail: user-h...@lenya.apache.org
