Skip to content

Commit

Permalink
commented out the expanded name in change
Browse files Browse the repository at this point in the history
  • Loading branch information
eu-genia committed Jun 23, 2022
1 parent 2006f5d commit 47627eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/apps/BetMas/modules/expand.xqm
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ let $cS :=
}
case element(t:change)
return
<change xmlns="http://www.tei-c.org/ns/1.0" who="#{$node/@who}" when="{$node/@when}">{let $resp := $node/@who return $expand:editorslist//t:item[@xml:id = string($resp)]/text()}: {$node/text()}</change>
<change xmlns="http://www.tei-c.org/ns/1.0" who="#{$node/@who}" when="{$node/@when}"><!--{let $resp := $node/@who return $expand:editorslist//t:item[@xml:id = string($resp)]/text()}: -->{$node/text()}</change>
case element(t:profileDesc)
return
element {fn:QName("http://www.tei-c.org/ns/1.0", name($node))} {
Expand Down Expand Up @@ -748,7 +748,7 @@ return
,
let $col := switch2:col($node/ancestor-or-self::t:TEI/@type) return
(<idno xmlns="http://www.tei-c.org/ns/1.0" type="collection">{$col}</idno>,
<idno xmlns="http://www.tei-c.org/ns/1.0" type="url">https://betamasaheft.eu/{$col}/{$id}</idno>),
<idno xmlns="http://www.tei-c.org/ns/1.0" type="url">https://betamasaheft.eu/{$col}/{$id}/main</idno>),
<idno xmlns="http://www.tei-c.org/ns/1.0" type="URI">https://betamasaheft.eu/{$id}</idno>,
<idno xmlns="http://www.tei-c.org/ns/1.0" type="filename">{$id}.xml</idno>,
<idno xmlns="http://www.tei-c.org/ns/1.0" type="ID">{$id}</idno>))
Expand Down

0 comments on commit 47627eb

Please sign in to comment.