Changeset 599 for rfc2629xslt/rfc2629toXHTML.xslt
- Timestamp:
- 01/07/09 04:29:53 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rfc2629xslt/rfc2629toXHTML.xslt
r588 r599 4927 4927 </xsl:when> 4928 4928 <xsl:otherwise> 4929 <xsl:comment><xsl:value-of select="$message"/></xsl:comment> 4929 <!-- this fails when the message contains characters not encodable in the output encoding --> 4930 <!-- <xsl:comment><xsl:value-of select="$message"/></xsl:comment> --> 4930 4931 </xsl:otherwise> 4931 4932 </xsl:choose> … … 5205 5206 <xsl:text>http://greenbytes.de/tech/webdav/rfc2629.xslt, </xsl:text> 5206 5207 <!-- when RCS keyword substitution in place, add version info --> 5207 <xsl:if test="contains('$Revision: 1.43 8$',':')">5208 <xsl:value-of select="concat('Revision ',normalize-space(translate(substring-after('$Revision: 1.43 8$', 'Revision: '),'$','')),', ')"/>5208 <xsl:if test="contains('$Revision: 1.439 $',':')"> 5209 <xsl:value-of select="concat('Revision ',normalize-space(translate(substring-after('$Revision: 1.439 $', 'Revision: '),'$','')),', ')"/> 5209 5210 </xsl:if> 5210 <xsl:if test="contains('$Date: 2009-0 5-27 13:34:05$',':')">5211 <xsl:value-of select="concat(normalize-space(translate(substring-after('$Date: 2009-0 5-27 13:34:05$', 'Date: '),'$','')),', ')"/>5211 <xsl:if test="contains('$Date: 2009-06-09 18:43:39 $',':')"> 5212 <xsl:value-of select="concat(normalize-space(translate(substring-after('$Date: 2009-06-09 18:43:39 $', 'Date: '),'$','')),', ')"/> 5212 5213 </xsl:if> 5213 5214 <xsl:value-of select="concat('XSLT vendor: ',system-property('xsl:vendor'),' ',system-property('xsl:vendor-url'))"/>
Note: See TracChangeset
for help on using the changeset viewer.