Questions tagged [exist-db]

eXist-db is an open-source database management system built using XML technology. It stores XML data according to the XML data model and features efficient, index-based XQuery processing.

EXist-db is a native XML Database. Resources are stored in a directory-like structure called collections. There are different ways to access the data: XML-RPC, REST, WebDAV, SOAP, XUpdate, XMLDB and so on.

EXist-db is released under the GNU LGPL.

536 questions
-1
votes
1 answer

How to pass arguments from input controls to xquery function and call it on button press?

I created xquery function which returns a table: declare function local:table($collection as xs:string*, $interface as xs:string?, $date as xs:string?) as node() { …
user6419217
  • 59
  • 10
-1
votes
2 answers

How to run eXist-db from CD-ROM

how i can run exist-db from cd-rom for distribution? I've googled for resource but anything found. Any suggestions will be appreciated.
Andrea
  • 31
  • 3
  • 8
-1
votes
1 answer

build exist-db web application rapidly

I am really appreciate you to lead me how to build exist-db applications with bootstrap style? in stackoverflow there are many question about building web application with java, .Net .... but no one talk about exist-db I do not care about positive…
Ts Tr
  • 15
  • 4
-1
votes
1 answer

How to use Java as Orbeon Form's back end logic and the where the generated xhtml source code stored at?

As mentioned in the title above, i really cannot find relevant tutorial or information in the web. Really hope that you guys can provide me some tutorial link or video so that i can learn about it. The location of generated xhtml is actually talking…
Jack
  • 87
  • 1
  • 14
-1
votes
1 answer

How can I store the result of an XQuery in the database?

I have the following .xquery file. xquery version "3.0"; declare namespace xmldb="http://exist-db.org/xquery/xmldb"; (: the output will be presented as html :) declare option exist:serialize "method=html media-type=text/html indent=yes"; let…
loveMeansNothing
  • 361
  • 1
  • 5
  • 20
-1
votes
2 answers

How can i debug a xform submission?

i'm having trouble debbuging an xform in a xhtml file. Previously it was working, but now i changed something in the namespaces of the xf:model and now when i press the submit button it doesn't do anything. I'll give a simple example in order for…
loveMeansNothing
  • 361
  • 1
  • 5
  • 20
-1
votes
1 answer

Exception in thread “main” java.lang.Error: Unresolved compilation problems:

Whenver I run this program, its always throwing this error Exception in thread "main" java.lang.Error: Unresolved compilation problem: And while I was trying run this code in Eclipse IDE it's telling me declared package org.exist.examples.xmldb…
Suresh
  • 111
  • 1
  • 1
  • 6
-1
votes
1 answer

How to import data from eXist database to PostgreSQL database?

Is there any extension/tool/script available to import data from eXist database to PostgreSQL database automatically?
Jusle
  • 3
  • 2
-2
votes
5 answers

Query exist-db from Java

i want to query existdb from Java. i know there are samples but where can i get the necessary packages to run the examples? in the samples : import javax.xml.transform.OutputKeys; import org.exist.storage.serializers.EXistOutputKeys; import…
Sandra
  • 103
  • 2
  • 14
-3
votes
1 answer

How to change Content-Type for XQuery response?

Adding images instead of code because it doesn't show up. I have an xquery which forms webpage. It runs on exist-db. This xquery calls another xquery with xforms submission: returnTable.xq returns an HTML table when run from browser directly In…
user6419217
  • 59
  • 10
1 2 3
35
36
Inteface Name