[MarkLogic Dev General] query
Steve Christensen
stnchris at xmission.com
Fri Jul 20 09:33:46 PDT 2007
> Hi,
>
> I am getting list of document residing in a database through this query
>
> for $i in input()
> return
> document-uri($i)
>
> but wht the thing this i want to get the documents from particular folder.
>
If you are using ML 3.2, you can enable URI lexicons in your database
and use the following function:
http://xqzone.marklogic.com/pubs/3.2/apidocs/SearchBuiltins.html#uri-match
-Steve
More information about the General
mailing list