Well, the output is right at the beginning:
Evaluating: - fooempty-sequence()
What output would you expect?
C.
On Thu, Apr 30, 2015 at 1:01 PM, cmarchand@oxiane.com wrote:
in basexGui, running trace((),'foo') displays this in Info panel :
Evaluating:
- fooempty-sequence()
Query: trace((),'foo') Result:
- Hit(s): 0 Items
- Updated: 0 Items
- Printed: 0 Bytes
- Read Locking: none
- Write Locking: none
Timing:
- Parsing: 0.75 ms
- Compiling: 0.05 ms
- Evaluating: 0.35 ms
- Printing: 0.27 ms
- Total Time: 1.43 ms
Query plan:
<QueryPlan> <FNInfo name="trace(value,label)"> <Empty size="0"/> <Str value="foo" type="xs:string"/> </FNInfo> </QueryPlan>
There is no output, but in the query plan. Is this what is expected ?