[add] railroad generation

This commit is contained in:
Andy Bunce 2025-10-03 15:27:41 +01:00
parent d26fae56e4
commit f867836ddf
11 changed files with 18682 additions and 1324 deletions

View file

@ -1,5 +1,5 @@
import module namespace hnd="lsp/handlers" at "../webapp/lsp/handlers.xqm";
declare variable $src:="sample.docs/parse-pdfbox.xml";
declare variable $parse:=doc($src);
declare variable $parse:=doc($src)/*;
hnd:diags($parse )
hnd:diags($parse )