cts.documentFormatQuery

cts.documentFormatQuery(
   format as String
) as cts.documentFormatQuery

Summary

Returns a query matching documents of a given format.

Parameters
format Case insensitve one of: "json","xml","text","binary". This will result in a XDMP-ARG exception in case of an invalid format.

Example

  cts.uris(null,null,cts.documentFormatQuery("xml"))
  => .. Return all XML documents URIs.
Powered by MarkLogic Server | Terms of Use | Privacy Policy