xdmp:uri-content-type

xdmp:uri-content-type(
   $uri as xs:string
) as xs: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:uri-content-type("example.txt")
  => text/plain

Example

  xdmp:uri-content-type("example.xml")
  => application/xml

Example

  xdmp:uri-content-type("example.doc")
  => application/msword
Powered by MarkLogic Server | Terms of Use | Privacy Policy