5 lines
No EOL
219 B
Text
5 lines
No EOL
219 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:lineAt($nl,18752) |