I'm trying to use the SourceWritingTransformer to generate a file, but I consistently get the following error:
java.lang.RuntimeException: Errors in XSLT transformation: Fatal: org.apache.cocoon.ProcessingException: Cannot get 'xml' serializer
The error occures if I specify a serializer in the sitemap or not.
Im using cocoon 2.0.5. here is the relevant snippet from my XSP:
<source:write> <source:path>page</source:path> <source:source>volatile/my.xml</source:source> <source:fragment> <content> Stuff. </content> </source:fragment> </source:write>
feri.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]