Changes

Jump to navigation Jump to search
496 bytes added ,  04:13, 4 January 2016
no edit summary
This article is part of the [[XQuery|XQuery Portal]]. It lists specific extensions and optimizations of the BaseX XQuery processor.
It lists specific extensions and optimizations =Option Declarations= [[Options|Local database options]] can be set in the prolog of an XQuery expression. In the BaseX XQuery processoroption declaration, options need to be bound to the [[Database Module]] namespace. All values will be reset after the evaluation of a query: <pre class="brush:xquery">declare option db:chop 'false';doc('doc.xml')</pre> =Pragmas= [[Options|Local database options]] can be assigned locally via pragmas: <pre class="brush:xquery">(# db:chop false #) { doc('doc.xml') }</pre>
=Annotations=
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu