Hi,
The BaseX GUI is very nice for interactively tweaking a query or exploring my data set. However, one thing I wish I could do with the GUI is see query results as text in a tree with expandable/collapsible nodes. An example of what I mean is in the right pane of this Qizx screen capture: http://www.axyana.com/qizxopen/_distrib/docs/manual/qizxstudio.html#d0e4472 The tree in the screen capture makes it easy to distinguish between adjacent result items, and the collapsibility of result items makes it easier to decide when you want to browse the results at a high level or dig into a specific result.
By contrast, the BaseX GUI's text view shows all the text of the query results, but they run together. The folder visualization has expandable/collapsible nodes, but because it shows the query-result nodes in the context of the entire database, you might have to expand a lot of nodes to discover where the query-result nodes are. While it can be useful to see the query-result nodes in context, I often want to see only the results themselves; and if I decide I need more context, I tweak my query to return more context.
Would it be possible in a future release of BaseX to get a text tree-view of just the query results? Better yet, is it already available but I don't know about it?
Thanks, Amanda