Hi, I am using a transform command with the following parameters: file: %P%Sa.xml stylesheet: x.xslt to: %P%Sb.xml
The goal is to have b.xml generated from a.xml, both these files being in the same directory as the currently open file. This works fine when %P resolves to a local directory on my hard drive. But, when the currently open file is on a WebDAV repository, my command fails miserably: XXE is looking for /a.xml as the source file instead of http://host:8080/long/path/a.xml. I tried with %p just for fun but it doesn't work either (it's resolving to a local temporary directory that I guess is used by XXE to cache the WebDAV access). I suppose I must be missing something from the doc about macro variables or transform? Any help would be very appreciated. Thanks, Benoit -- Benoit Maisonny benoit at synclude.com Director & Consultant http://synclude.com Synclude

