We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e02ddc commit 661323bCopy full SHA for 661323b
test/src/xquery/xquery3/flwor.xql
@@ -47,7 +47,7 @@ function flwor:cleanup() {
47
};
48
49
declare function flwor:test($name) {
50
- collection($flwor:COLLECTION_NAME)//place[placeName = $name]/string()
+ collection($flwor:COLLECTION)//place[placeName = $name]/string()
51
52
53
0 commit comments