Changes

Jump to navigation Jump to search
29 bytes removed ,  08:29, 29 July 2020
|-
| '''Summary'''
|Exports the specified database {{Code|$db}} to the specified file {{Code|$path}}. Existing files will be overwritten. <br />The {{Code|$params}} argument contains serialization parameters (see [[Serialization|serialization parameters]] for more details. As with [https://www.w3.org/TR/xpath-functions-31/#func-serialize fn:serialize()], which the parameters can either be specified<br />* either as children of an {{Code|&lt;output:serialization-parameters/&gt;}} element, as defined for the [https://www.w3.org/TR/xpath-functions-31/#func-serialize fn:serialize()] function; e.g.:
<syntaxhighlight lang="xml">
<output:serialization-parameters>
</output:serialization-parameters>
</syntaxhighlight>
* or as map, which contains all key/value pairs:<syntaxhighlight lang="xmlxquery">
map { "method": "xml", "cdata-section-elements": "div", ... }
</syntaxhighlight>
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu