Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
reschke committed Apr 11, 2024
1 parent 4b1949f commit 185ce74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rfc2629.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -12273,11 +12273,11 @@ dd, li, p {
<xsl:variable name="gen">
<xsl:text>http://greenbytes.de/tech/webdav/rfcxml.xslt, </xsl:text>
<!-- when RCS keyword substitution in place, add version info -->
<xsl:if test="contains('$Revision: 1.1564 $',':')">
<xsl:value-of select="concat('Revision ',normalize-space(translate(substring-after('$Revision: 1.1564 $', 'Revision: '),'$','')),', ')" />
<xsl:if test="contains('$Revision: 1.1565 $',':')">
<xsl:value-of select="concat('Revision ',normalize-space(translate(substring-after('$Revision: 1.1565 $', 'Revision: '),'$','')),', ')" />
</xsl:if>
<xsl:if test="contains('$Date: 2024/04/10 17:40:21 $',':')">
<xsl:value-of select="concat(normalize-space(translate(substring-after('$Date: 2024/04/10 17:40:21 $', 'Date: '),'$','')),', ')" />
<xsl:if test="contains('$Date: 2024/04/11 05:18:39 $',':')">
<xsl:value-of select="concat(normalize-space(translate(substring-after('$Date: 2024/04/11 05:18:39 $', 'Date: '),'$','')),', ')" />
</xsl:if>
<xsl:variable name="product" select="normalize-space(concat(system-property('xsl:product-name'),' ',system-property('xsl:product-version')))"/>
<xsl:if test="$product!=''">
Expand Down

0 comments on commit 185ce74

Please sign in to comment.