basex-lsp/test/diagnostic.xq
2025-09-11 12:46:17 +01:00

5 lines
No EOL
187 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 )