Open jamnaranjo opened 10 years ago
The extractor should be able to extract Content and/or Value from a tree pattern's root node. This is interesing for cases like this:
let $ic1 := collection('items1') let $ic2 := collection('items2') return {$ic1, $ic2}
The extractor should be able to extract Content and/or Value from a tree pattern's root node. This is interesing for cases like this:
let $ic1 := collection('items1') let $ic2 := collection('items2') return{$ic1, $ic2}