expath-file:append-binary
Appends a binary value to a file.
append-binary($file as xs:string, $value as xs:base64Binary) ➔ empty-sequence()
Arguments | |||
| $file | xs:string | The file name |
| $value | xs:base64Binary | The data to be appended |
Result | empty-sequence() |
Details
Namespace: http://expath.org/ns/file
Notes on the Saxon implementation
Implemented since Saxon 9.5; available whether or not support for XPath 3.0 is enabled