[mod] settings apply
This commit is contained in:
parent
e38385b593
commit
4ccc684f89
9 changed files with 103 additions and 51 deletions
|
|
@ -19,11 +19,9 @@ declare function lsp-diags:list(
|
|||
$text as xs:string,
|
||||
$xml as lsp-diags:ParseResult)
|
||||
as map(*)*{
|
||||
|
||||
if($xml/self::ERROR)
|
||||
then lsp-diags:parse-error($text, $xml)
|
||||
else lsp-diags:parse-xquery($text,$xml)
|
||||
|
||||
if($xml/self::ERROR)
|
||||
then lsp-diags:parse-error($text, $xml)
|
||||
else lsp-diags:parse-xquery($text,$xml)
|
||||
};
|
||||
|
||||
(:~
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue