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 fe77488 commit b960a5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions zml2lido/data/xsl/zml2lido/eventWrap.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@
<xsl:when test="normalize-space(z:dataField[@name = 'NotesClb']/z:value) ne ''">
<xsl:value-of select="normalize-space(z:dataField[@name = 'NotesClb']/z:value)"/>
</xsl:when>
-->
<xsl:otherwise>
<xsl:message terminate="no">
Expand All @@ -432,11 +431,10 @@
<xsl:text>: </xsl:text>
<xsl:value-of select="../../@id"/>
</xsl:message>
<!--
If this fails ObjDateGrp exists, but no entry in the fields above;
it is no error if displayDate is empty.
-->
</xsl:otherwise>
-->
</xsl:choose>
</xsl:variable>
<xsl:if test="$displayDate-de ne ''">
Expand Down
4 changes: 2 additions & 2 deletions zml2lido/data/xsl/zml2lido/objectWorkTypeWrap.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@
<xsl:value-of select="$objekttyp"/>
</lido:term>
</lido:objectWorkType>
<xsl:message terminate="no">
<!--xsl:message terminate="no">
<xsl:text>WARNING: Fallback 1 objektworktype! Object </xsl:text>
<xsl:value-of select="z:systemField[@name='__id']/z:value"/>
</xsl:message>
</xsl:message-->
</xsl:when>
<xsl:otherwise>
<xsl:message terminate="no">
Expand Down

0 comments on commit b960a5c

Please sign in to comment.