Today I received a strange conclusion from the MarkLogic query console. The ML query console returned an empty query sequence when I tried to get the document properties of a document that already exists in the MarkLogic database.
This returned the document:
fn:doc("/rooturi/abcd.xml")
... and this time he returned an empty sequence:
xdmp:document-properties("/rooturi/abcd.xml")
Can anybody help me?
Thank.
source
share