The XQuery preferences panel is opened from menu .
The generic XQuery preferences are the following:
- XQuery validate with - Allows you to select the processor to
validate the XQuery. In case you are validating an XQuery file that has an associated
validation scenario,
Oxygen XML Developer plugin
uses the processor specified in the scenario. If no validation scenario is associated, but
the file has an associated transformation scenario, the processor specified in the scenario
will be used. If the processor does not support validation or if no scenario is associated,
then the value from this combo box will be used as validation processor
- Size limit of Sequence view (MB) - When the result of an XQuery
transformation is set in the transformation
scenario as sequence the size of one chunk of the result that is fetched from the
database in lazy mode in one step is set in this option. If this limit is exceed you can
extract more data from the database by a click on the More result
available node from the Sequence view.
- Format transformer output - When checked the transformer's output
is formatted and indented (pretty printed). The option is ignored if in the transformation
scenario you choose Sequence (lazy extract data from a
database).
- Create structure indicating the type nodes - If checked,
Oxygen XML Developer plugin
takes the results of a
query and creates an XML document containing copies of all items in the sequence, suitably
wrapped. The option is ignored if in the transformation scenario you choose
Sequence (lazy extract data from a database).