6 lines
194 B
Text
6 lines
194 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:symbols($parse )
|