This doesn't validate because backslashes aren't valid in URIs. It's common to find URI implementations that accept backslashes and deal with them, but that doesn't mean they are valid.

John

tomer_shim wrote:
Hello,

I'm getting the error "<some_path> is NOT a valid URI".
An example path is: file:///c:\testing\bla.jpg .

It seems that when I try to replace all the '\' with '/' it works. Why a
path with backslashes isn't doesn't pass validation?

Thank you for the support.


--
John Snelson, Oracle Corporation            http://snelson.org.uk/john
Berkeley DB XML:            http://oracle.com/database/berkeley-db/xml
XQilla:                                  http://xqilla.sourceforge.net

Reply via email to