Changeset 569 for rfc2629xslt/rfc2629toXHTML.xslt
- Timestamp:
- 01/04/09 15:51:50 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rfc2629xslt/rfc2629toXHTML.xslt
r566 r569 4209 4209 <xsl:choose> 4210 4210 <xsl:when test="$c='-'">2D</xsl:when> 4211 <xsl:when test="$c='/'">2F</xsl:when> 4211 4212 <xsl:when test="$c='0'">30</xsl:when> 4212 4213 <xsl:when test="$c='1'">31</xsl:when> … … 5111 5112 <xsl:text>http://greenbytes.de/tech/webdav/rfc2629.xslt, </xsl:text> 5112 5113 <!-- when RCS keyword substitution in place, add version info --> 5113 <xsl:if test="contains('$Revision: 1.4 29$',':')">5114 <xsl:value-of select="concat('Revision ',normalize-space(translate(substring-after('$Revision: 1.4 29$', 'Revision: '),'$','')),', ')"/>5114 <xsl:if test="contains('$Revision: 1.430 $',':')"> 5115 <xsl:value-of select="concat('Revision ',normalize-space(translate(substring-after('$Revision: 1.430 $', 'Revision: '),'$','')),', ')"/> 5115 5116 </xsl:if> 5116 <xsl:if test="contains('$Date: 2009-0 3-27 16:37:40$',':')">5117 <xsl:value-of select="concat(normalize-space(translate(substring-after('$Date: 2009-0 3-27 16:37:40$', 'Date: '),'$','')),', ')"/>5117 <xsl:if test="contains('$Date: 2009-04-01 15:50:01 $',':')"> 5118 <xsl:value-of select="concat(normalize-space(translate(substring-after('$Date: 2009-04-01 15:50:01 $', 'Date: '),'$','')),', ')"/> 5118 5119 </xsl:if> 5119 5120 <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.