Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

tdf:resource

Get sequence of WebDAV resources.


Syntax

tdf:resource(xs:string $path, xs:string $depth) => sequence

Top of page

Description

The function tdf:resource is specific to Tamino and its WebDAV functionality. It looks for WebDAV resources on the specified path given the lookup depth and returns a sequence of matching documents.

Top of page

Arguments

$path

relative WebDAV path in Tamino

$depth

restricts depth of resource lookup; valid values are:

Value Meaning

"0" resource itself
"1" direct descendants
"infinity" all descendants (default value)

Top of page

Examples

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page