xdmp.uriContentType

xdmp.uriContentType(
   uri as String
) as String

Summary

Returns the content type of the given URI as matched in the mimetypes configuration. xdmp:content-type continues to work too.

Parameters
uri The document URI.

Example

  xdmp.uriContentType("example.txt");
  => text/plain

Example

  xdmp.uriContentType("example.xml");
  => application/xml

Example

  xdmp.uriContentType("example.doc");
  => application/msword
Powered by MarkLogic Server | Terms of Use | Privacy Policy