Skip to content
Snippets Groups Projects

Create new aramaic on website

Merged Michelle Weidling requested to merge create-new-aramaic-on-website into develop
All threads resolved!
Compare and Show latest version
5 files
+ 89
28
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -36,7 +36,7 @@ as node()* {
return
switch ($pi("type"))
case "start" return
let $md5 := "md5" || (concat(serialize($node), util:random()) => util:hash("md5") => substring(1, 20))
let $md5 := "md5" || (serialize($node) || util:random()) => util:hash("md5") => substring(1, 20))
return
element {QName("http://ahiqar.uni-goettingen.de/ns/motifs", $pi("comment"))} {
attribute type {"start"},
Loading