Dan Hertz wrote:
I hope someone can help me debug my HTML Serializer issue:
I've trying to generate strict XHTML code where all tags are closed (eg:
<image/>, <meta/>).
If I set the sitemap serializer to
org.apache.cocoon.serialization.XMLSerializer, the tags get closed, but
my Javascripts don't load.
Just a guess but probably browser (which ones have you tried?) freaking out on
<script /> elements - try adding  
If I set it to org.apache.cocoon.serialization.HTMLSerializer, then my
Javascripts load fine, but the tags aren't closed.
Did you try org.apache.cocoon.components.serializers.XHTMLSerializer?
Vadim