[add] symbols
This commit is contained in:
parent
f867836ddf
commit
3465a751bb
4 changed files with 61 additions and 21 deletions
6
test/symbols.xq
Normal file
6
test/symbols.xq
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
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 )
|
||||
Loading…
Add table
Add a link
Reference in a new issue