Re: source writing transformer exception

2006-06-09 Thread Igor Naumov
ne 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: "Could not process you

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 exce

Re: source writing transformer and file refreshing

2006-04-05 Thread Paula Estrella
Thanks again, that solved the problem! (and fyi cocoon 2.1.8 and windows xp sp2) best, PaulaAntonio Gallardo <[EMAIL PROTECTED]> escribió: Hi Paula, Would you post a simple demo of your problem? Before that, please try to turn off the cache for this pipeline. BTW, cocoon version, OS?Best Regards

Re: source writing transformer and file refreshing

2006-04-05 Thread Antonio Gallardo
Hi Paula, Would you post a simple demo of your problem? Before that, please try to turn off the cache for this pipeline. BTW, cocoon version, OS? Best Regards, Antonio Gallardo. Paula Estrella escribió: Hi all, I'm experiencing some problems when using the above mentioned transformer; I read

source writing transformer and file refreshing

2006-04-04 Thread Paula Estrella
Hi all, I'm experiencing some problems when using the above mentioned transformer; I read a file to append a user name, but after adding it, it seems cocoon doesn't "synch" or refresh the file, so I can add many times the same user name and I want to have unique user names; any ideas how to sol

Source Writing Transformer - deleting

2003-12-06 Thread Jan Wielgus
Hi all, is it possible to delete a whole directory with subdirectories using the source writing transformer. I have tried it in several ways, but without any success.. eg. context://test/test2/ I get a failure message that says that it was unable to delete a non-existing source

Re: Source Writing Transformer

2003-11-19 Thread Jan Wielgus
Hi, >Just do an XSLT to remove it? Geez, what a simple idea :-) I've just done it using an xslt, as you wrote. Thanks for the tip :))) Jan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT

Re: Source Writing Transformer

2003-11-19 Thread Upayavira
Jan Wielgus wrote: Hello, I am using the source writing transformer to delete files and it works ok. The only problem is, that after a file is deleted, there is a message displayed in the output page, such as: success source deleted successfully deletedeletedcontext:/LetterMan/grafiken/user-1

Source Writing Transformer

2003-11-19 Thread Jan Wielgus
Hello, I am using the source writing transformer to delete files and it works ok. The only problem is, that after a file is deleted, there is a message displayed in the output page, such as: success source deleted successfully deletedeletedcontext:/LetterMan/grafiken/user-1/stryn2004.gifnone

RE: Source Writing Transformer examples (re)moved?

2003-08-14 Thread Carsten Ziegeler
I think the samples have been removed as they were not maintained. Carsten > -Original Message- > From: Joerg Heinicke [mailto:[EMAIL PROTECTED] > Sent: Friday, August 08, 2003 3:43 PM > To: [EMAIL PROTECTED] > Subject: Re: Source Writing Transformer examples (re)moved?

Re: Source Writing Transformer examples (re)moved?

2003-08-14 Thread Michael Wechner
lto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 3:43 PM To: [EMAIL PROTECTED] Subject: Re: Source Writing Transformer examples (re)moved? Sounds like a 2.0 text. SWT has moved to core, so the samples too? Joerg Michael Wechner wrote: Within the online docu http://cocoon.apache.org/2.1/userdocs/tr

Re: Source Writing Transformer examples (re)moved?

2003-08-14 Thread Joerg Heinicke
Sounds like a 2.0 text. SWT has moved to core, so the samples too? Joerg Michael Wechner wrote: Within the online docu http://cocoon.apache.org/2.1/userdocs/transformers/sourcewriting-transformer.html it says If you have built Cocoon with the ScratchPad included (using: ./build.sh -Dinc

Source Writing Transformer examples (re)moved?

2003-08-10 Thread Michael Wechner
Within the online docu http://cocoon.apache.org/2.1/userdocs/transformers/sourcewriting-transformer.html it says If you have built Cocoon with the ScratchPad included (using: ./build.sh -Dinclude.scratchpad.libs=yes webapp), there is a set of samples set up, including tests at http://loca

Re: Source Writing Transformer examples (re)moved?

2003-08-09 Thread Michael Wechner
Joerg Heinicke wrote: Sounds like a 2.0 text. SWT has moved to core, so the samples too? if I grep the source tree for "write-source" or "tofile" then I see that the portal and webdav samples are using the Source Writing Transformer, but the "editor" sample see