declare namespace xdmp = "http://marklogic.com/xdmp";;
declare namespace cts = "http://marklogic.com/cts";;

The namespaces could be found with running the following in QConsole:

xquery version "1.0-ml";

fn:namespace-uri-from-QName(xs:QName('xdmp:test')),
fn:namespace-uri-from-QName(xs:QName('cts:test'))


-Ryan Dew

On Thu, Sep 13, 2012 at 3:08 PM, Gary Larsen <[email protected]> wrote:

> Hi,****
>
> ** **
>
> Trying to debug a query in Oxygen but have syntax errors:****
>
> ** **
>
> XQuery syntax error in #...ns/envisn/netvisn/p')/p:params#:     Prefix
> xdmp has not been declared****
>
> XQuery syntax error in #... cts:element-value-query#:     Prefix cts has
> not been declared
>
> ****
>
> What are the proper namespace declarations for these prefixes?****
>
> ** **
>
> Thanks,****
>
> Gary****
>
> ** **
>
> _______________________________________________
> General mailing list
> [email protected]
> http://developer.marklogic.com/mailman/listinfo/general
>
>
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to