Geert Josten wrote:

  Hi,

> Webdav app servers within MarkLogic Server always start with
> / (at the least).

  Is it a documented restriction?  I've never seen it, and that's
not how my server behave.  For instance:

    xdmp:directory-create('db/')
      => create the dir
    xdmp:document-insert('db/file.xml', <root/>)
      => insert a document at a URI "within" that dir
    xdmp:directory('db/')
      => return the content of the dir (the doc <root/>)

  If I create a WebDAV server with the root 'db/', and navigate
it with a WebDAV client, I see file.xml as content of the DB.

  Regards,

-- 
Florent Georges
http://fgeorges.org/



      
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to