From: Dannes W. <da...@ex...> - 2011-02-02 07:39:50
|
Hi On Wed, Feb 2, 2011 at 3:39 AM, Dmitriy Shabanov <sha...@gm...> wrote: > now, exist transform /db/xmldb:exist:///foo/bar to xmldb:exist:///foo/bar > The question. is it valid? exist do say yes, I - no (because of '///') . who > is right? I don't follow you..... Please study the URI / and URL specification carefully. The specification is clear enough. - xmldb:exist:///foo is a valid url, in /// teh hostname is missing, referring to something local - /db/xmldb:exist:///foo/bar is invalid, due to the : you clearly found an issue, but I think you want to fix it in the wrong way. D. -- eXist-db Native XML Database - http://exist-db.org Join us on linked-in: http://www.linkedin.com/groups?gid=35624 |