Changes

Jump to navigation Jump to search
37 bytes removed ,  08:23, 29 July 2020
|-
| '''Summary'''
|Writes a serialized sequence of items to the specified file. If the file already exists, it 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="xml">
map { "method": "xml", "cdata-section-elements": "div", ... }
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu