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: [email protected]
[mailto:[email protected]] On Behalf Of Pradeep
Maddireddy
Sent: Friday, February 06, 2009 12:56 PM
To: [email protected]
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


_______________________________________________
General mailing list
[email protected]
http://xqzone.com/mailman/listinfo/general

Reply via email to