Re: source writing transformer exception

2006-06-09 Thread Igor Naumov
When the source is an XML file, it's open and locked during pipeline processing. So you cannot write to it in the same pipeline (it's like reading from a text file one line at a time and trying to write that line back at the same time). It worked for me if I put the source file inside an aggre

source writing transformer exception

2006-06-09 Thread Reinhard Haller
Hi, I've set up a pipeline to sanitize a bunch of xml files. The following matcher reads an xml file and stores the changed file with the source writing transformer in the same place. Doing so, the pipeline stops with the exception: