
xdmp:document-add-properties( $uri as xs:string, $props as element()* ) as empty-sequence()
Adds a sequence of properties to the properties of a document.
| Parameters | |
|---|---|
| uri | The URI of the document. |
| props | The properties to add. |
xdmp:document-add-properties(
"example.xml",
(<priority>1</priority>,
<status>unedited</status>))
=> ()
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.