xdmp:document-get-metadata-value

xdmp:document-get-metadata-value(
   $uri as xs:string,
   $keyName as xs:string
) as xs:string?

Summary

Returns the metadata value of a given document.

Parameters
uri The document URI.
keyName Name of the key for the metadata.

Example

xdmp:document-get-metadata-value("/foo.xml", "a")
=> Metadata of key "a" on /foo.xml
Powered by MarkLogic Server | Terms of Use | Privacy Policy