basex v9 stream->lazy

This commit is contained in:
Andy Bunce 2017-11-24 23:48:45 +00:00
parent 1e74f304f3
commit 9294164247
15 changed files with 65 additions and 21 deletions

View file

@ -32,7 +32,7 @@ declare %updating function write-xqdoc($path,$src,$dest){
case "application/xquery"
return file:write(
fn:resolve-uri($path || ".xml",$dest),
inspect:xqdoc($url)
inspect:xqdoc($url)
)
default
return ()