Tagged Questions
Questions about MarkLogic Server, a commercial, nosql-style document database with realtime search, ACID transactions, and XQuery engine
3
votes
2answers
131 views
Looking for Content editor with MarkLogic integration
My company has been using MarkLogic for 2 years, and we currently use it to store Science-related articles.
Seperate to MarkLogic, we use MS-SQL Database powered Content-Management-System for ...
3
votes
5answers
134 views
MarkLogic to Java & Back Solution
I need to query XML out of a MarkLogic server and marshal it into Java objects. What is a good way to go about this? Specifically:
Does using MarkLogic have any impact on the XML technology stack? ...
2
votes
4answers
141 views
How to get child elements but none of their children?
Using MarkLogic but this is probably a generic XQuery question.
I have:
<library>
<books>
<book title="whatever">
<publisher>Random</publisher>
...
2
votes
2answers
163 views
How to get xdmp:tidy() to tidy up HTML5?
With the new doctype and elements that are part of HTML5, how do you get xdmp:tidy() to recognize those in HTML5?
If I have an html page that contains something like:
<!DOCTYPE html>
...
2
votes
3answers
120 views
tail() function in XQuery
Is there a way in XQuery to do something like a tail() function?
What I'm trying to accomplish is to get the contents of a file (using "xdmp:filesystem-file($path)") and then display only the last ...
1
vote
1answer
58 views
Why doesn't it see the variable inside element declaration?
The following code gives an error:
[1.0-ml] XDMP-UNDVAR: (err:XPST0008) Undefined variable $ename
However if I change the xsl:element to
<xsl:element name="yyyXXX"> it shows that it sees ...
1
vote
5answers
267 views
ExistDB vs Marklogic vs Sedna performance [closed]
Has anyone done a comparison of the following technologies? I am an open source lover, but i would definitely like to know and give it a shot. My user base on the client side is going to approx 1500 ...
1
vote
2answers
164 views
Xquery on MarkLogic using OR
This is a newbie MarkLogic question. Imagine an xml structure like this, a condensation of my real business problem:
<Person id="1">
<Name>Bob</Name>
...
1
vote
3answers
88 views
Confused with search:suggest
I'm not able to provided this simple autocompletion feature with the help of the search:suggest function.
Based on the Oscars corpus from Marklogic Demo data, I try to provide a suggest query which ...
1
vote
2answers
294 views
Is there straightforward XQuery in Marklogic that produces JSON output out of simple XML sequence to be used with JQuery autocompete
I am trying to get the jQuery autocomplete widget to get the data from XML source stored in the Marklogic XML server.
The XML data is very simple looks like this:
<id>Bank ATM</id>
...
1
vote
2answers
136 views
XQuery - Log timetaken by a REST Call or a Method Call
We are in the process of fine-tuning our application and i am in the process of finding out the time lag between a method call. the method can be a function call or a rest process .
let $x := ...
1
vote
1answer
494 views
updating multiple nodes in xml with xquery and xdmp:node-replace
I wnat to update an XML document in my xml database (Marklogic). I have xml as input and want to replace each node that exists in the target xml.
If a node does not exist it would be great if it ...
1
vote
2answers
455 views
How to get node without children in xQuery?
So I have two nodes of elements that I'm essentially trying to join. I want the top level node to stay the same but the child nodes to be replaced by those cross referenced.
Given:
<stuff>
...
1
vote
3answers
558 views
How to unencode escaped XML with xQuery
I have a variable in xQuery of type xs:string with the value of an encoded HTML snippet (the content of a twitter tweet). It looks like this:
Headlines-Today • AP sources:
...
0
votes
3answers
56 views
Loading DB2 table rows as Marklogic documents
Is there any tool to quickly convert a DB2 table rows into collection of XML documents that we can load to Marklogic?
0
votes
3answers
72 views
generate dynamic table rows using Xquery
I have a function which returns phone numbers. it returns in this format
<td>#phone</td>
The function may return any number of values.
I want to display them in a grid like structure.
...
0
votes
4answers
93 views
XQuery ancestor axis doesn't work, but explicit XPath does
Consider the following XML snippet:
<doc>
<chapter id="1">
<item>
<para>some text here</para>
</item>
</chapter>
...
0
votes
3answers
102 views
display self closing xml elements to html output
my requirement is to display some xml elements (which are a part of input xml) in an html page.
for eg
<org:specs>
<org:wild animal="6" species="land"/>
<org:fish animal="7" ...
0
votes
4answers
119 views
MarkLogic template debugging: how to increase productivity?
I'm trying to debug a MarkLogic pipeline and every time I change one of the xquery files that's used by the pipeline I have to run a homemade script we have that reloads ALL the system modules. I'm ...
0
votes
2answers
81 views
MarkLogic: Trying to understand error “Node has complex type with non-mixed complex content”
I'm getting this error during pipeline processing of an xml document, the processing does an xslt transform. It appears to be telling me that the document is in some way invalid, however the document ...
0
votes
3answers
77 views
HTML form to invoke XQuery files
We have quite a number of .xqy files in several folders.
Sometimes, I need to invoke an .xqy file (via Marklogic's CQ) to test if it's working.
But I find it rather cumbersome to have to know what ...
0
votes
1answer
64 views
How to build field range index based on element name and having specified parent
Here is a sample XML which I have in the database:
<Device>
<Name>device1</Name>
<Sensors>
<Sensor>
<Name>sensor1</Name>
...
0
votes
1answer
28 views
XCC .Net Upload File problems
We use the XCC .Net Library to upload files through a web service. 99% of the time the process works fine, but that 1% doesn't make sense. It's typically a pdf file that has been scanned in (not ...
0
votes
3answers
117 views
Multiple constraints with same constraint name, different namespaces
According to the Search Developers Guide:
Each constraint is named, and the name must be unique across all operators and constraints in your options node.
We are using a content enrichment package ...
0
votes
2answers
81 views
projects using java and marklogic
I am new to Mark Logic Server and hence to have some hands on experience on mark logic I wished to get some help from the projects already developed using java and mark logic.
On doing google search, ...
0
votes
1answer
129 views
Using JSON with XQuery page
So I am using a jQuery plugin (jsonp) to make a cross-domain call to an api and getting JSON data back. I need to somehow get this data into my XQuery page. I'm using Marklogic server to store all ...
0
votes
2answers
103 views
MarkLogic: Loading (import) XQuery Modules from database
I want to load a module which is stored in a database under "/modules/mylib.xqy".
Currently, in the document requiring these module, I am writing import module namespace ...
0
votes
2answers
122 views
Marklogic Xquery fn:data(<type>hello world</type>) giving Invalid lexical value error
My Marklogic xQuery fn:data(<type>hello world</type>) gives me Invalid lexical value error
This is the stack trace:
query evaluated in Documents at file::Docs/ as 1.0-ml (cq v4.1-1-EA)
...
0
votes
1answer
114 views
MarkLogic XQuery xdmp:save/xdmp:quote indent-untyped option
Has anyone used this option before? I do not believe that this feature is working how it should be as I am failing to compile my code once I have inserted this as a option.
The problem I am trying to ...
0
votes
1answer
87 views
Mark Logic Server Crashing - I Think Too Many Records Are Being Returned - Help!
I've written an XQuery that doesn't return using the CQ web application.
I thought the below would work, but the server still hangs.
declare namespace data = "http://marklogic.com/ps/data";
...
0
votes
2answers
111 views
Has anyone successfully implemented Narthex from marklogic.com?
I'm liking what I read about Narthex, but the bug list looks a touch scary, the reliance on a specific server install doesn't make me leap for joy, and the setup is a bit over my head.
What I'd ...
0
votes
3answers
2k views
How do I find duplicate data in xml document using XQuery?
I have a bunch of documents in a MarkLogic xml database. One document has:
<colors>
<color>red</color>
<color>red</color>
</colors>
Having multiple colors is ...