RE: FileWritingTransformer and Windows

2002-02-20 Thread Jeremy Quinn
At 12:52 pm +0100 19/2/02, Carsten Ziegeler wrote: >Hi, > >I'm not sure, but I think windows needs two slashes after "file:" - the >backslashes are not required. > >How do you construct the whole file URI? Do you use the SourceResolver? >If you for example use the relative path "mount/editor/docs/

RE: FileWritingTransformer and Windows

2002-02-19 Thread Carsten Ziegeler
he SourceResolver.resolve method, it will give you automatically the correct path independent from the OS. HTH Carsten -Original Message- From: Bert Van Kets [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 12:34 PM To: [EMAIL PROTECTED] Subject: FileWritingTransformer and Windows

FileWritingTransformer and Windows

2002-02-19 Thread Bert Van Kets
Has anybody been able to use the FileWriterTransformer under Windows? I'm getting file access errors from Cocoon (Could not read resource file:/C:/tomcat/webapps/cocoon/mount/editor/docs/test1.xml), althought the test1.xml file does exist!  The tests 1 through 4 work perfectly under Linux.  Does W