9 lines
No EOL
230 B
Text
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() |