Hi, As per [1], i decided to have a go at implementing a SAX based TeeTransformer.
Now the code works [2], but cocoon writes a .tmp file instead of the intended file (say myfile.log.tmp instead of myfile.log). Any clues as to why this is happening? When i try to close the outputstream on the modifiable source in recycle() i get Concurrentmodification exceptions on the file itself. Regards Jorg [1] http://article.gmane.org/gmane.text.xml.cocoon.user/49099 [2] http://www.domek.be/TeeTransformer.java
