7 lines
No EOL
267 B
Text
7 lines
No EOL
267 B
Text
import module namespace pos="lsp/position" at "../webapp/lsp/position.xqm";
|
|
let $text:=unparsed-text("sample.docs/pdfbox.xqm")
|
|
let $nl:= index-of(string-to-codepoints($text),10)
|
|
|
|
return (
|
|
pos:toPosition($text,10744),pos:toPosition($text,10745)
|
|
) |