tdf:getProperties

Get allWebDAV properties of a document.

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:


Syntax

tdf:getProperties(documentroot $resource) => element

Description

The function tdf:getProperties is specific to Tamino and its WebDAV functionality. It retrieves all properties of a document stored as WebDAV resource in Tamino. This corresponds to the WebDAV request PROPALL.

Argument

$resource

WebDAV resource which is a document root in Tamino

Examples

  • Show all properties for all documents in the collection ino:dav

    declare namespace ino="http://namespaces.softwareag.com/tamino/response2"
    for    $x in collection("ino:dav")
    return tdf:getProperties($x)