Image

Imagebanana wrote in Imagejava_dev

Cocoon

I'm having a fight with Cocoon. It looks quite nice, but what I need to do breaks it's paradigm a bit.

Cocoon is an XML publishing thing that basically simplifies transforming XML into web pages, and gives you lots of flexibility. My problem is that I'm working on a project with Cocoon embedded, and although it serves up XML happily, now I need to make it write an XML file. I've defined a Cocoon action to do the saving, but it seems that I need something besides an action in my Cocoon pipeline or it falls over. I'm reluctant to create something to generate some empty output just to make it work. Anyone familiar with Cocoon who can make a suggestion?