Skip to content

Commit

Permalink
external link validation missing from validate-report
Browse files Browse the repository at this point in the history
  • Loading branch information
EfraimFeinstein committed Jul 1, 2016
1 parent bb23bda commit b3ca2bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion opensiddur-server/src/api/data/original.xqm
Expand Up @@ -70,7 +70,10 @@ declare function orig:validate-report(
crest:validate-report(
$doc, $old-doc,
xs:anyURI($orig:schema), xs:anyURI($orig:schematron),
if (exists($old-doc)) then orig:validate-changes#2 else ()
(
if (exists($old-doc)) then orig:validate-changes#2 else (),
orig:validate-external-links#2
)
)
};

Expand Down

0 comments on commit b3ca2bb

Please sign in to comment.