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.
If I set it to org.apache.cocoon.serialization.HTMLSerializer, then my Javascripts load fine, but the tags aren't closed.
Does anyone have a suggestion or fix? I rebuilt Cocoon 2.1.10 using the latest subversion nightly build. Dan
