Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
#165 adjusting xpath to get to the right level
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcassel committed Jan 10, 2014
1 parent 39ab965 commit 0a7beb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/lib/xquery/setup.xqy
Original file line number Diff line number Diff line change
Expand Up @@ -3529,7 +3529,7 @@ declare function setup:create-roles(
let $description as xs:string? := $role/sec:description
let $role-names as xs:string* := $role/sec:role-names/sec:role-name
let $permissions as element(sec:permission)* := $role/sec:permissions/*
let $collections as xs:string* := $role/sec:collections/*
let $collections as xs:string* := $role/sec:collections/sec:collection/fn:string()
let $privileges as element(sec:privilege)* := $role/sec:privileges/sec:privilege
let $amps as element(sec:amp)* := $role/sec:amps/*
let $eval-options :=
Expand Down

0 comments on commit 0a7beb4

Please sign in to comment.