Changeset 2177 for rfc2629xslt/samples/rfc2629.xslt
- Timestamp:
- 01/02/13 09:45:38 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rfc2629xslt/samples/rfc2629.xslt
r2080 r2177 2 2 XSLT transformation from RFC2629 XML format to HTML 3 3 4 Copyright (c) 2006-201 2, Julian Reschke (julian.reschke@greenbytes.de)4 Copyright (c) 2006-2013, Julian Reschke (julian.reschke@greenbytes.de) 5 5 All rights reserved. 6 6 … … 445 445 446 446 <!-- sanity check on @consensus --> 447 <xsl:if test="/rfc/@consensus and (/rfc/@submissionType='IAB' or /rfc/@submissionType='independent')">447 <xsl:if test="/rfc/@consensus and /rfc/@submissionType='independent'"> 448 448 <xsl:call-template name="warning"> 449 449 <xsl:with-param name="msg" select="concat('/rfc/@consensus meaningless with a /rfc/@submissionType value of ', /rfc/@submissionType)"/> … … 4604 4604 and represents information that the IAB has deemed valuable to 4605 4605 provide for permanent record. 4606 <xsl:if test="$consensus='yes'"> 4607 It represents the consensus of the Internet Architecture Board (IAB). 4608 </xsl:if> 4606 4609 </xsl:when> 4607 4610 <xsl:when test="$submissionType='IRTF'"> … … 6617 6620 <xsl:text>http://greenbytes.de/tech/webdav/rfc2629.xslt, </xsl:text> 6618 6621 <!-- when RCS keyword substitution in place, add version info --> 6619 <xsl:if test="contains('$Revision: 1.5 89$',':')">6620 <xsl:value-of select="concat('Revision ',normalize-space(translate(substring-after('$Revision: 1.5 89$', 'Revision: '),'$','')),', ')" />6622 <xsl:if test="contains('$Revision: 1.590 $',':')"> 6623 <xsl:value-of select="concat('Revision ',normalize-space(translate(substring-after('$Revision: 1.590 $', 'Revision: '),'$','')),', ')" /> 6621 6624 </xsl:if> 6622 <xsl:if test="contains('$Date: 201 2-11-30 14:23:31$',':')">6623 <xsl:value-of select="concat(normalize-space(translate(substring-after('$Date: 201 2-11-30 14:23:31$', 'Date: '),'$','')),', ')" />6625 <xsl:if test="contains('$Date: 2013/01/23 17:59:36 $',':')"> 6626 <xsl:value-of select="concat(normalize-space(translate(substring-after('$Date: 2013/01/23 17:59:36 $', 'Date: '),'$','')),', ')" /> 6624 6627 </xsl:if> 6625 6628 <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.