Get allWebDAV properties of a document.
The following construct(s) refer to this construct:
tdf:getProperties(documentroot $resource) => element
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.
$resource |
WebDAV resource which is a document root in Tamino |
---|
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)