basex v9 stream->lazy
This commit is contained in:
parent
1e74f304f3
commit
9294164247
15 changed files with 65 additions and 21 deletions
|
|
@ -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 ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue