On Thu, 3 Mar 2005, Askild Aaberg Olsen wrote: > > > > > Try changing the src-attribute of the serializer-declaration to > "org.apache.cocoon.components.serializers.XMLSerializer" > > as in http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=110237346321979&w=2 > > This made the trick for me. > > Askild
Hi everybody! The alternative serializers are not the perfect solution for me, because these serializers are not so flexible as the original ones (eg. the Content-Type header is hard-coded thus it's impossible to serve xhtml with application/xhtml+xml content type). I did some debugging on this issue, the result is: With cocoon-2.1.6 - jdk-1.4 - tomcat-5.0.x the tabs are displayed correctly, the entity references only occured with jdk-1.5 and tomcat-5.5.7. Because the XMLSerializer using the xalan transformer by default, I tried the older xalan-2.6.0 instead of 2.6.1-dev which is bundled with cocoon, and voilá: the tabs are displayed correctly. I don't know, what is the problem _exactly_, so this is a dirty solution, but works for me (my applications seems to work correctly, but I didn't tested with all of the Cocoon samples). -- Cheers, Gabor --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
