Skip to content

Commit

Permalink
reduced set of contributors to distinct values
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Feb 1, 2018
1 parent 5365d67 commit 7ba890f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/query.xqm
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ declare function query:contributors($doc as document-node()?) as xs:string* {
$doc//tei:respStmt/tei:name |
$doc//mei:respStmt/mei:persName
return
$contributors ! data(.)
distinct-values($contributors ! str:normalize-space(.))
};

(:~
Expand Down

0 comments on commit 7ba890f

Please sign in to comment.