Skip to content

Commit

Permalink
xslt: less debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
mokko committed Jun 17, 2024
1 parent 8b52ded commit a808db2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions zml2lido/data/xsl/zml2lido/inscriptions.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
</xsl:choose>
</xsl:attribute>
<xsl:variable name="type" select="z:vocabularyReference/z:vocabularyReferenceItem/z:formattedValue"/>
<xsl:message>
<!--xsl:message>
<xsl:text>Aufschriftstyp: </xsl:text>
<xsl:value-of select="$type"/>
</xsl:message>
</xsl:message-->
<xsl:attribute name="lido:type">
<xsl:value-of select="$type"/>
</xsl:attribute>
Expand Down Expand Up @@ -240,10 +240,10 @@

<xsl:template match="z:dataField[@name='TransliterationClb']/z:value">
<xsl:variable name="sortorder" select="../../z:dataField[@name='SortLnu']/z:value"/>
<xsl:message>
<!--xsl:message>
<xsl:text>sorttest2: </xsl:text>
<xsl:value-of select="$sortorder"/>
</xsl:message>
</xsl:message-->
<lido:inscriptions lido:label="Transliteration">
<xsl:if test="$sortorder ne ''">
<xsl:attribute name="lido:sortorder">
Expand All @@ -258,10 +258,10 @@

<xsl:template match="z:dataField[@name='TranslationClb']/z:value">
<xsl:variable name="sortorder" select="../../z:dataField[@name='SortLnu']/z:value"/>
<xsl:message>
<!--xsl:message>
<xsl:text>sorttest3: </xsl:text>
<xsl:value-of select="$sortorder"/>
</xsl:message>
</xsl:message-->
<lido:inscriptions lido:type="Übersetzung">
<xsl:if test="$sortorder ne ''">
<xsl:attribute name="lido:sortorder">
Expand Down

0 comments on commit a808db2

Please sign in to comment.