6 lines
224 B
Text
6 lines
224 B
Text
import module namespace syms="lsp/symbols" at "../webapp/lsp/providers/documentSymbols.xqm";
|
|
declare variable $src:="sample.docs/parse-pdfbox.xml";
|
|
declare variable $parse:=doc($src)/*;
|
|
|
|
|
|
syms:list($parse,string($parse ))
|