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
3 files
+ 8
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -36,7 +36,7 @@ as node()* {
return
switch ($pi("type"))
case "start" return
let $md5 := "md5" || ($node => serialize() => util:hash("md5") => substring(1, 10))
let $md5 := "md5" || (concat(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