Skip to content

Commit

Permalink
fix(app.xql): community spec
Browse files Browse the repository at this point in the history
add missing specs
not going for pretty

close #9
  • Loading branch information
duncdrum committed Jan 1, 2025
1 parent b124c7f commit 1f88a7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/xar-resources/modules/app.xql
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,8 @@ function app:showmodules($node as node(), $model as map(*), $w3c as xs:boolean,
($w3c and starts-with($uri, 'http://www.w3.org') ) or
($extensions and starts-with($uri, 'http://exist-db.org/xquery') and not(starts-with($location, '/db'))) or
($extensions and starts-with($uri, 'http://exist-db.org/') and (empty($location) or starts-with($location, 'java:'))) or
($extensions and starts-with($uri, 'http://expath.org/ns/')) or
($extensions and starts-with($uri, 'http://exquery.org/ns/') and (empty($location) or starts-with($location, 'java:'))) or
($appmodules and starts-with($location, '/db'))
) then
<tr><td><a href="view.html{$query}">{$uri}</a></td><td>{$location}</td></tr>
Expand Down

0 comments on commit 1f88a7b

Please sign in to comment.