Skip to content

Commit

Permalink
Add msg which file is being processed.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomazErjavec committed Jan 30, 2021
1 parent 8c1dea7 commit c666fab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Scripts/check-links.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@
</xsl:choose>
</xsl:variable>

<xsl:template match="/">
<xsl:message>
<xsl:text>INFO: Checking in </xsl:text>
<xsl:value-of select="replace(base-uri(), '.+/', '')"/>
</xsl:message>
<xsl:apply-templates/>
</xsl:template>
<xsl:template match="text()"/>
<xsl:template match="tei:*">
<xsl:apply-templates select="@*"/>
Expand Down

0 comments on commit c666fab

Please sign in to comment.