[add] config xquery

This commit is contained in:
Andy Bunce 2022-06-05 23:13:40 +01:00
parent 047627f0b2
commit 26f14be426

3
omv/report.xq Normal file
View File

@ -0,0 +1,3 @@
for $s in doc("config.xml")//sharedfolder
where starts-with($s/reldirpath,"datastore/")
return $s/reldirpath/string()