Re: URI reference

2004-11-22 Thread Matej Kafadar
Hello, I tested xml signature with URI="file:///work/test.txt" with C++ XMLsec library and works fine. With Java XMLsec library doesn't work. What is wrong, or I am doing something wrong? regards Matej Matej Kafadar wrote: Hello, which URI reference is correct? example:

URI reference

2004-11-12 Thread Matej Kafadar
Hello, which URI reference is correct? example: I have file in absolute path "c:\work\test.txt" XMLsec couldn't find the file, if URI looks like URI="file:///work/test.txt". The exception is "Original Exception was java.io.FileNotFoundException: \\work\test.txt (