Micah Dubinko wrote:
FYI, my default sitemap has:
<map:serializer logger="sitemap.serializer.xml" mime-type="text/xml"
name="xml" src="org.apache.cocoon.serialization.XMLSerializer"/>
and
<map:serializer logger="sitemap.serializer.exml" mime-type="text/xml"
name="exml" src="org.apache.cocoon.components.serializers.XMLSerializer">
<encoding>UTF-8</encoding>
</map:serializer>
In a simple test, say the hello-world block, changing the serializer
from "xml" to "exml" makes the tabs serialize like you'd expect.
I'll peek around in the top one to see if I can figure out what's going on.
Better spend the time in fixing the last
few issues in the new one. ...that means
(again) our homegrown one is better. Maybe
we should sort out the last few issues and
then switch.
cheers
--
Torsten