Changeset 2177 for rfc2629xslt/rfc2629toXHTML.xslt
- Timestamp:
- 01/02/13 09:45:38 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rfc2629xslt/rfc2629toXHTML.xslt
r2080 r2177 376 376 377 377 <!-- sanity check on @consensus --> 378 <xsl:if test="/rfc/@consensus and (/rfc/@submissionType='IAB' or /rfc/@submissionType='independent')">378 <xsl:if test="/rfc/@consensus and /rfc/@submissionType='independent'"> 379 379 <xsl:call-template name="warning"> 380 380 <xsl:with-param name="msg" select="concat('/rfc/@consensus meaningless with a /rfc/@submissionType value of ', /rfc/@submissionType)"/> … … 4463 4463 and represents information that the IAB has deemed valuable to 4464 4464 provide for permanent record. 4465 <xsl:if test="$consensus='yes'"> 4466 It represents the consensus of the Internet Architecture Board (IAB). 4467 </xsl:if> 4465 4468 </xsl:when> 4466 4469 <xsl:when test="$submissionType='IRTF'"> … … 6474 6477 <xsl:text>http://greenbytes.de/tech/webdav/rfc2629.xslt, </xsl:text> 6475 6478 <!-- when RCS keyword substitution in place, add version info --> 6476 <xsl:if test="contains('$Revision: 1.5 89$',':')">6477 <xsl:value-of select="concat('Revision ',normalize-space(translate(substring-after('$Revision: 1.5 89$', 'Revision: '),'$','')),', ')"/>6479 <xsl:if test="contains('$Revision: 1.590 $',':')"> 6480 <xsl:value-of select="concat('Revision ',normalize-space(translate(substring-after('$Revision: 1.590 $', 'Revision: '),'$','')),', ')"/> 6478 6481 </xsl:if> 6479 <xsl:if test="contains('$Date: 201 2-11-30 14:23:31$',':')">6480 <xsl:value-of select="concat(normalize-space(translate(substring-after('$Date: 201 2-11-30 14:23:31$', 'Date: '),'$','')),', ')"/>6482 <xsl:if test="contains('$Date: 2013/01/23 17:59:36 $',':')"> 6483 <xsl:value-of select="concat(normalize-space(translate(substring-after('$Date: 2013/01/23 17:59:36 $', 'Date: '),'$','')),', ')"/> 6481 6484 </xsl:if> 6482 6485 <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.