Skip to content

Commit

Permalink
messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeier authored Jan 29, 2025
1 parent a8ace5e commit 24eedcd
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions bibliography.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,20 @@
</xsl:when>
<xsl:otherwise>
<!-- Debugging Messages -->
<xsl:message>The value of biblfilepath is ' <xsl:value-of select="$biblfilepath"/>'</xsl:message>
<xsl:message>The value of biblfilepath is :'<xsl:value-of select="$biblfilepath"/>'</xsl:message>
<xsl:message>
<xsl:if test="doc-available('./data/bibl/tei/22278522.xml')">
✅ Test Passed: 1 xml is available
</xsl:if>
</xsl:message>
<xsl:message>
<xsl:if test="doc-available('data/bibl/tei/22278522.xml')">
✅ Test Passed: 3002.xml is available
✅ Test Passed: 2 xml is available
</xsl:if>
</xsl:message>
<xsl:message>
<xsl:if test="doc-available('syriaca-data/data/bibl/tei/22278522.xml')">
✅ Test Passed: 3.xml is available
</xsl:if>
</xsl:message>

Expand Down

0 comments on commit 24eedcd

Please sign in to comment.