Hi Mano,

You could do something like:

declare namespace x = "my-ns-uri";

/x:*

or

//x:*

Or even

/*[namespace-uri() = 'my-ns-uri']

But :* is usually not too fast, a predicate on namespace-uri() not either, 
combined with // even worse..

Kind regards,
Geert

Van: [email protected] 
[mailto:[email protected]] Namens mano m
Verzonden: donderdag 3 maart 2011 12:44
Aan: [email protected]
Onderwerp: [MarkLogic Dev General] namespace

Hi,

 Is it possible to get the list of documents stored on ML sharing the same 
namespace.

regards,
Mano


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

Reply via email to