Skip to content

Commit

Permalink
titleWrap: add another qualificator for titleLanguageOrigin
Browse files Browse the repository at this point in the history
  • Loading branch information
mokko committed May 25, 2024
1 parent a66bead commit 4804992
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zml2lido/data/xsl/zml2lido/titleWrap.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<xsl:apply-templates select="z:repeatableGroup[
@name = 'ObjTechnicalTermGrp'
]/z:repeatableGroupItem[
z:vocabularyReference/z:vocabularyReferenceItem/@id = '4402610'
z:vocabularyReference/z:vocabularyReferenceItem/@id = ('4402610', '4406157')
]"/>
</lido:titleWrap>
</xsl:template>
Expand All @@ -43,10 +43,10 @@
<xsl:template match="z:repeatableGroup[
@name = 'ObjTechnicalTermGrp'
]/z:repeatableGroupItem[
z:vocabularyReference/z:vocabularyReferenceItem/@id = '4402610'
z:vocabularyReference/z:vocabularyReferenceItem/@id = ('4402610', '4406157')
]">
<xsl:if test="z:dataField[@name = 'TechnicalTermTxt'] ne ''">
<xsl:comment>titleLanguageOrigin ist vom CCC-Portal definierter Wert</xsl:comment>
<xsl:comment>titleLanguageOrigin ist ein vom CCC-Portal definierter Wert</xsl:comment>
<lido:titleSet>
<xsl:attribute name="lido:type">
<xsl:text>titleLanguageOrigin</xsl:text>
Expand Down

0 comments on commit 4804992

Please sign in to comment.