Skip to content

Commit 1f88a7b

Browse files
committed
fix(app.xql): community spec
add missing specs not going for pretty close #9
1 parent b124c7f commit 1f88a7b

File tree

1 file changed

+2
-0
lines changed
  • src/main/xar-resources/modules

1 file changed

+2
-0
lines changed

src/main/xar-resources/modules/app.xql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,8 @@ function app:showmodules($node as node(), $model as map(*), $w3c as xs:boolean,
353353
($w3c and starts-with($uri, 'http://www.w3.org') ) or
354354
($extensions and starts-with($uri, 'http://exist-db.org/xquery') and not(starts-with($location, '/db'))) or
355355
($extensions and starts-with($uri, 'http://exist-db.org/') and (empty($location) or starts-with($location, 'java:'))) or
356+
($extensions and starts-with($uri, 'http://expath.org/ns/')) or
357+
($extensions and starts-with($uri, 'http://exquery.org/ns/') and (empty($location) or starts-with($location, 'java:'))) or
356358
($appmodules and starts-with($location, '/db'))
357359
) then
358360
<tr><td><a href="view.html{$query}">{$uri}</a></td><td>{$location}</td></tr>

0 commit comments

Comments
 (0)