Modify name of a document.
The following construct(s) refer to this construct:
tf:setDocname(node $node, string? $name)
Modifies the name of an existing document.
$node |
The document node. |
---|---|
$name |
The new name to be assigned to the document. If this argument is the empty sequence, the docname is removed. |