SourceWritingTransformer error

2003-08-12 Thread Ferenc Kiraly
Hi! 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 th

Re: SourceWritingTransformer error

2003-08-14 Thread Ferenc Kiraly
Upayavira wrote: The source writing transformer in 2.0.x is different from that in 2.1. Use something like the following in 2.0.x: Looking at the source file SourceWritingTransformer.java I must strongly disagree. http://apache.org/cocoon/source/1.0"; overwrite="true"> Regards, Upay

Re: SourceWritingTransformer error

2003-08-22 Thread Matthieu
Both side are true ... in cocoon 2.0.4 the syntax is http://apache.org/cocoon/source/1.0"; overwrite="true"> It's not what is explained on cocoon 2.0 documentation but the exemples in scratchpad show this (see mount/editor/tests and particulary file make-page.xsl) this version of