Top "Exist-db" questions

eXist-db is an open source database management system built using XML technology.

XQuery Update: insert or replace depending if node exists not possible?

I am trying to build simple XML database (inside BaseX or eXist-db), but I have trouble figuring how to modify …

xquery exist-db basex xquery-update
XMLHttpRequest cannot load http://localhost:8080/exist/rest/db/.... Origin null is not allowed by Access-Control-Allow-Origin

I am trying to retrieve an XML response using ajax calls to the eXist DB REST API(1). Google Chrome provides …

jquery ajax rest exist-db
element() vs. node() in XQuery

Can someone tell me the exact difference between node() and element() types in XQuery? The documentation states that element() is …

xquery exist-db
XQuery exist method

How do I check against multiple values in XQuery exist method? I'm running this XQuery in a SQL statement Select […

sql sql-server xquery xpath-2.0 exist-db
HTML form submit giving 400 bad request

I'm submitting a HTML form to REST(eXist db) web service using POST method.A normal submission is giving 400 bad …

javascript html rest post exist-db
XQuery with if condition in for loop

I have written xquery to return results in normal way. let $results := //data:data return <result> { for $i …

xquery marklogic exist-db