Top "Basex" questions

BaseX is a robust, high-performance XML database engine and a highly compliant XQuery 3.1 processor with full support of the W3C Update and Full Text extensions.

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
Remove duplicates from return XQuery

My XQuery is: declare namespace xsd="http://www.w3.org/2001/XMLSchema"; for $schema in xsd:schema for $nodes in $schema//*, $…

xml xquery basex xquery-3.0
AJAX origin null is not allowed by access-control-allow-origin

I am working with BASEX (an XML Database) and i am trying to connect to the http server for performing …

javascript jquery ajax rest basex