1
0
Fork 0
pdfbox/scripts/make-xar.xq

8 lines
237 B
Text
Raw Permalink Normal View History

2025-02-18 16:20:02 +00:00
(: build xar:)
2025-02-03 14:15:01 +00:00
import module namespace build = 'urn:quodatum:build1' at 'build.xqm';
2025-02-08 23:01:54 +00:00
let $xar:=build:xar-create()
let $output-file := build:xar-path()
2025-02-03 14:15:01 +00:00
return (build:write-binary($output-file, $xar),
2025-02-04 20:45:45 +00:00
trace($output-file,"xar: "))