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
0
votes
1 answer

exist.db Error during trigger prepare

If I'm trying to modify or even create a file in a project folder inside my exist-db (Version 3.4.1) the following error appears. Message: XMLDBException: Failed to invoke method parse in class org.exist.xmlrpc.RpcConnection:…
zypro
  • 1,158
  • 3
  • 12
  • 33
0
votes
1 answer

Exist-db text module for xquery not working

I've recently discovered this module for xquery on exist db here. There are few methods that I would need to use, but I fail to use them properly. I have a series of test xml files in one collection, and they are all in this form some…
Milan Todorovic
  • 440
  • 4
  • 9
0
votes
3 answers

How to edit a xml file via browser with eXist-db and xsltForms

I am relatively new to eXist-db. I have already built an application which displays XML documents in the browser, and implemented a basic search. I have an .xml file which functions as a database; it contains records such as:
HBMCS
  • 686
  • 5
  • 25
0
votes
2 answers

Querying files stored in eXist-db with XQuery

I've used one XML database eXist-db to do some XQuery testing. I have an xml collection called "media_data_101109.xml", and I've put it in direcotry /db/wb/portfolio/media_data_101109.xml Then I went to the eXist Sandbox, which is a GUI for doing…
Kevin
  • 6,711
  • 16
  • 60
  • 107
0
votes
0 answers

How to abort and cleanup app installation on eXist instance that don't meet the specs?

Here is the problem: I have one substantial app that will not run on exist instances with default minimum memory configuration. Now despite this figuring prominently on the installation instructions. User's keep trying to install and consequently…
duncdrum
  • 723
  • 5
  • 13
0
votes
1 answer

OXygen Implementation of XQuery: Why Can't Path Expressions Return Attribute Values Directly?

Previous Stack questions indicate that in certain implementations of XQuery, returning attributes directly from a path expression (e.g. `$doc//@name') fails to display results and yields runtime errors: Can't select XML attributes with Oxygen XQuery…
Ethan Powell
  • 100
  • 6
0
votes
1 answer

exist-db: XQuery and documents with XInclude

I'm embarking on a new project with eXist. We'll be storing a few hundred TEI XML documents that represent manuscripts. A number of things we want to capture are repetitve, mainly people and places. My colleague has asked the TEI community about…
MikeJ
  • 542
  • 6
  • 19
0
votes
0 answers

Xquery err:XPST0017 Function parse-json()

I tried to use the following function in an XQuery in eXide from eXist-db: let $x := parse-json(substring-before(substring-after($body,'('),');')) but it gives me the following error: err:XPST0017 Function parse-json() is not defined in module…
props
  • 105
  • 1
  • 7
0
votes
1 answer

XQuery error XPST0003 syntax error

I want to query a site and generate HTML. I am new to XQuery. I am using eXide from eXist-db. I tried to use oXygen but keep having troubles with the eXist-db. Besides that I don't understand why this code does not work in eXide: xquery version…
props
  • 105
  • 1
  • 7
0
votes
1 answer

How to upload and save a picture with eXist-db?

I am tryng to upload a picture and store it in exist-db but i get the next error when opening the stored picture: Cannot open specified file: Could not recognize image encoding. I have tryed the next code with a small adjustment for normal txt…
Elkin
  • 880
  • 2
  • 12
  • 26
0
votes
1 answer

How to suppress eXist-db betterForms CSS?

I wonder if it is possible to suppress eXist-db betterForms CSS. I have googled for it, and the solution I have found here was to add the CSS class no-bf-css to the body element the HTML page, but it doesn't seem to work.
Elkin
  • 880
  • 2
  • 12
  • 26
0
votes
1 answer

How to download and save a picture with eXist-db?

I am using eXist-db and I am trying to download a picture and save it on local disk with XQuery. I have trIed the following code: declare namespace xmldb="http://exist-db.org/xquery/xmldb"; import module namespace…
Elkin
  • 880
  • 2
  • 12
  • 26
0
votes
0 answers

eXist-db eXide editor not showing collections

When I open eXide while running eXist-db it doesn't show any of my collections. I recently updated to the latest version and now the collections show in the dashboard but not in eXide.
0
votes
1 answer

How to discard line breaks in XSL-FO generated inside an eXist-db app?

I am a bit confused by several tips on white space handling in XSL-FO. Sample (inside a paragraph): jeden její prvek i( E ) Attributes…
Honza Hejzl
  • 874
  • 8
  • 23
0
votes
1 answer

Lucene search on contents of several tags (eXist-db)

I have the following lucene indices in collection.xconf My xquery code then makes the following query: let $query-results :=…
user2728690
  • 33
  • 1
  • 5