Deprecated: Moved to the file extension module. See file:read() in the file extension module
This function could be removed at anytime during the 1.5 development and will be removed in the 1.6 release.
util:file-read($url as item(), $encoding as xs:string) xs:string?
Read the contents of a file as a string.
$url
The URL of the file to read
$encoding
The encoding of the file
Returns the contents of the file
Deprecated: Moved to the file extension module. See file:read() in the file extension module
This function could be removed at anytime during the 1.5 development and will be removed in the 1.6 release.