expath-file:write-binary
Writes the contents of a file as a binary value.
write-binary($file as xs:string, $value as xs:base64Binary) ➔ xs:string
Arguments | |||
| $file | xs:string | The file to be written to |
| $value | xs:base64Binary | The value to be written |
Result | xs:string |
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