Archive for 'cocoon'
get cocoon to output utf-8
If you need to get cocoon to output utf-8, open the sitemap.xmap file for your cocoon installation, and change the xml serializer (or whichever serializer you need to use) like this:
<map:serializer logger=“sitemap.serializer.xml” mime-type=“text/xml” name=“xml” src=“org.apache.cocoon.serialization.XMLSerializer”>
<encoding>UTF-8</encoding>
</map:serializer>
Posted: October 8th, 2006 under cocoon.
Comments: none
eclipse + oXygen + lepido = cocoon joy
I just spent the morning getting eclipse all set up with the oXygen plugin, and with lepido, a wonderful tool for editing cocoon sitemaps. You can even run cocoon’s jetty from inside eclipse, so you can use the eclipse debugger for all your cocoon related debugging needs. Now I just need to get subclipse running.
XMLSpy, [...]
Posted: April 10th, 2006 under cocoon, xquery.
Comments: none
