[mod] clean up tree walk
This commit is contained in:
parent
3465a751bb
commit
e38385b593
8 changed files with 66 additions and 89 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import module namespace hnd="lsp/handlers" at "../webapp/lsp/handlers.xqm";
|
||||
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)/*;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import module namespace hnd="lsp/handlers" at "../webapp/lsp/handlers.xqm";
|
||||
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)/*;
|
||||
|
||||
|
||||
hnd:symbols($parse )
|
||||
syms:list($parse )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue