Apr 13, 2008
Generic-user-small Pete Aven 1 post

Topic: Getting Started with XQuery / Cannot install book code using eXist

Hi Juan,

I had the same issue. I was able to create the collections using the exist sandbox (http://localhost:8080/exist/sandbox/sandbox.xql)
In the sandbox evaluate the following ( I ran one at a time )

xmldb:create-collection (”/”, “marklogic”)
xmldb:create-collection (”/”, “xquery1.0”)
xmldb:create-collection (”/”, “common”)
xmldb:create-collection (”/”, “exist”)

Once I created the collections, by evaluating the above, I could then run loaddata.xqy successfully and was in business.

1 post