Changes

Jump to navigation Jump to search
4 bytes added ,  13:26, 10 February 2023
m
Fixed typos - replaced single curly brackets with double brackets; functions file:children and file:descendants.
|- valign="top"
| '''Examples'''
| Return the contents of large {{Code|.txt}} files located in a specific directory:
<syntaxhighlight lang="xquery">
for $file in file:children('path/to/files/')
|- valign="top"
| '''Examples'''
| Return the contents of all {{Code|.txt}} files located in a specific directory and its subdirectories:
<syntaxhighlight lang="xquery">
for $file in file:descendants('path/to/files/')
administrator, editor
2

edits

Navigation menu