basex-lsp/webapp/lsp/text.xq
2025-09-26 15:18:14 +01:00

9 lines
No EOL
230 B
Text

import module namespace text = 'text' at "text.xqm";
declare variable $long:=file:read-text(file:resolve-path("../../test/sample.docs/pdfbox.xqm",file:base-dir()));
declare variable $text:=`ABV
ddddd
`;
text:build($long)?text()