Changes

Jump to navigation Jump to search
432 bytes added ,  16:22, 20 July 2018
no edit summary
</record>
</csv>
</pre>
 
If {{Code|fn:serialize}} is called, output-specific parameters can be supplied via nested options:
 
'''Query (Variant 2)''':
<pre class="brush:xquery">
serialize(
<csv>
<record>
<Name>John</Name>
<City>Newton</City>
</record>
<record>
<Name>Jack</Name>
<City>Oldtown</City>
</record>
</csv>,
map {
'method': 'csv',
'csv': map { 'header': 'yes', 'separator': ';' }
}
)
</pre>
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu