Skip to content

Commit

Permalink
add iframe view
Browse files Browse the repository at this point in the history
  • Loading branch information
riedde authored and krHERO committed Dec 2, 2024
1 parent 2bbfb18 commit 98234c5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions add/data/xql/getLinkTarget.xql
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,11 @@ declare function local:getView($type as xs:string, $docUri as xs:string, $doc as
else if ($type = 'mei_annotationView') then
(exists($doc//mei:annot[@type = 'editorialComment']))

else if ($type = 'xml_xmlView') then
(true())
else if($type = 'html_iFrameView')
then(true())

else if($type = 'xml_xmlView')
then(true())

else if ($type = 'desc_xmlView') then
(exists($doc//mei:annot[@type = 'descLink']))
Expand Down Expand Up @@ -134,6 +137,7 @@ declare function local:getViews($type as xs:string, $docUri as xs:string, $doc a
'tei_facsimileView',
'tei_textFacsimileSplitView',
'mei_annotationView',
'html_iFrameView',
'xml_xmlView',
'desc_xmlView'
)
Expand Down

0 comments on commit 98234c5

Please sign in to comment.