Ferdinand Soethe wrote:
Have started to try and figure out the remaining problem by debug-logging the Forrest transformations of xdocs.
...
Can anybody tell me how to make cocoon simply write the xml-stream into a named xml-document?
I comment out the transforms after the one I want to see then request the file directly. If this is no good for your case then you can write to a named XML document with the SourceWritingTransformer - see http://cocoon.apache.org/2.1/userdocs/transformers/sourcewriting-transformer.html
Ross