[MarkLogic Dev General] search multiple paths
Danny Sokolsky
dsokolsky at marklogic.com
Fri Feb 6 13:38:20 PST 2009
Hi Pradeep,
What is the query that is causing this exception? My guess is that the
query is running with:
xquery version "1.0";
and the xdmp namespace prefix is not automatically bound. If so, you
either need to bind it with something like this in your prolog:
declare namespace xdmp="http://marklogic.com/xdmp" ;
or use 1.0-ml in the XQuery version declaration (which binds it
automatically).
-Danny
From: general-bounces at developer.marklogic.com
[mailto:general-bounces at developer.marklogic.com] On Behalf Of Pradeep
Maddireddy
Sent: Friday, February 06, 2009 12:56 PM
To: general at developer.marklogic.com
Subject: [MarkLogic Dev General] search multiple paths
Hi..!
When I try to execute a query stored in the file system using CQ I
receive the following error
"Prefix xdmp has no namespace binding " can someone help me.
Thanks in advance.
Regards,
Pradeep Maddireddy
More information about the General
mailing list