This view displays the result sequence produced by the evaluation of a XQuery expression.
Simple items (integer, string, etc) are displayed with their type.
Node items are displayed either in "markup" style, looking like XML.
Results are displayed by pages of 100 items. A set of buttons can be used to traverse the result sequence if it is long.
The two vertical arrows move the position of the displayed page by 100 items forward or backward.
This button saves the whole result sequence onto a file.
Note that the resulting file will not in general represent a well-formed XML document, unless the result sequence contains a single Node. A message signals when the result is not well-formed.
The invoked dialog allows choosing serialization options. Some of these options (HTML) do not always make sense, depending on the actual results.