MarkLogic Server is a multi-model database.
I would like to convert a string into a node. I have a method that is defined to take a …
xml xquery marklogicI am trying to run my custom marklogic image on my local minkube cluster. Marklogic exposes multiple different ports for …
docker kubernetes port marklogicI want to create a counter in xquery. My initial attempt looked like the following: let $count := 0 for $prod in $…
xquery marklogicI am getting the error found in the title when I try to run my project. I have read other …
java spring spring-boot marklogicI have written xquery to return results in normal way. let $results := //data:data return <result> { for $i …
xquery marklogic exist-db