5 lines
190 B
Text
5 lines
190 B
Text
import module namespace hnd="lsp/handlers" at "../webapp/lsp/handlers.xqm";
|
|
declare variable $src:="sample.docs/parse-pdfbox.xml";
|
|
declare variable $parse:=doc($src)/*;
|
|
|
|
hnd:diags($parse )
|