Hi Christian, et al,
In the process of reading the wiki and trying examples, I've stumbled across a problem while attempting the lazy:cache example[1]
let $f := 'lazy.txt'
let $t := lazy:cache(file:read-text($f))
return(file:delete($f), $t)
Is this a bug or is this A Case of The Missing Import Module Statement?
Thanks in advance for your help.
Cheers,
Bridger
[1] http://docs.basex.org/wiki/Lazy_Module#lazy:cache