Top "Marklogic" questions

MarkLogic Server is a multi-model database.

How do you convert a string to a node in XQuery?

I would like to convert a string into a node. I have a method that is defined to take a …

xml xquery marklogic
Exposing multiple ports of container on kubernetes

I am trying to run my custom marklogic image on my local minkube cluster. Marklogic exposes multiple different ports for …

docker kubernetes port marklogic
Updating counter in XQuery

I want to create a counter in xquery. My initial attempt looked like the following: let $count := 0 for $prod in $…

xquery marklogic
Conflicting modules. LoggerFactory is not a Logback LoggerContext but Logback is on the classpath

I am getting the error found in the title when I try to run my project. I have read other …

java spring spring-boot marklogic
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