tdf:setProperty

Set single WebDAV property of a document.

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:


Syntax

tdf:setProperty(node $node, string? $uri, string $localName, item* $propValue)

Description

The function tdf:setProperty assigns a WebDAV property to an existing document. It accepts a property value of arbitrary complexity. If the empty sequence is passes to the function as the $propValue parameter, the specified property is deleted (if it is currently defined for the document). The function is in the namespace http://namespaces.softwareag.com/tamino/DavFunction.

Arguments

$node

the document node

$uri

together with $localName, this parameter specifies the QName of the property

$localName

together with $uri, this parameter specifies the QName of the property

$propValue

the value of the property