Changes

Jump to navigation Jump to search
84 bytes removed ,  18:30, 1 December 2023
m
Text replacement - "</syntaxhighlight>" to "</pre>"
where file:size($path) > 1000000
return file:read-text($path)
</syntaxhighlightpre>
|}
where matches($file, '.txt', 'i') and file:size($file) > 1000000
return file:read-text($$file)
</syntaxhighlightpre>
|}
where matches($file, '.txt', 'i') and file:size($file) > 1000000
return file:read-text($$file)
</syntaxhighlightpre>
|}
...
</output:serialization-parameters>
</syntaxhighlightpre>
* or as map, which contains all key/value pairs:
<pre lang='xquery'>
map { "method": "xml", "cdata-section-elements": "div", ... }
</syntaxhighlightpre>
|- valign="top"
| '''Errors'''
<pre lang='xquery'>
file:move('/projects/new/octopus', '/projects/new/septimus')
</syntaxhighlightpre>
<pre lang='xquery'>
$path ! file:move(., file:parent(.)||$newName)
</syntaxhighlightpre>
|}
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu