Changeset 448 for rfc2629xslt/rfc2629.xslt
- Timestamp:
- 24/02/09 21:31:57 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rfc2629xslt/rfc2629.xslt
r447 r448 2801 2801 border-style: none none inset none; 2802 2802 border-width: 1px; 2803 }</xsl:if> 2803 } 2804 caption { 2805 caption-side: bottom; 2806 font-weight: bold; 2807 font-size: 9pt; 2808 margin-top: .5em; 2809 } 2810 </xsl:if> 2804 2811 table.header { 2805 2812 width: 95%; … … 3597 3604 not be created, and it may not be published except as an Internet-Draft. 3598 3605 </xsl:when> 3606 <xsl:when test="/rfc/@ipr = 'pre5378Trust200902'"> 3607 This document may contain material from IETF Documents or IETF Contributions published or 3608 made publicly available before November 10, 2008. The person(s) controlling the copyright in 3609 some of this material may not have granted the IETF Trust the right to allow modifications of such 3610 material outside the IETF Standards Process. Without obtaining an adequate license from the 3611 person(s) controlling the copyright in such materials, this document may not be modified outside 3612 the IETF Standards Process, and derivative works of it may not be created outside the IETF 3613 Standards Process, except to format it for publication as an RFC or to translate it into languages 3614 other than English. 3615 </xsl:when> 3599 3616 3600 3617 <xsl:otherwise /> … … 3701 3718 3702 3719 <!-- special case: RFC5378 escape applies to RFCs as well --> 3703 < xsl:if test="/rfc/@ipr = 'pre5378Trust200902'">3720 <!-- <xsl:if test="/rfc/@ipr = 'pre5378Trust200902'"> 3704 3721 <t> 3705 3722 This document may contain material from IETF Documents or IETF Contributions published or … … 3712 3729 other than English. 3713 3730 </t> 3714 </xsl:if> 3731 </xsl:if> --> 3715 3732 3716 3733 </section> … … 5057 5074 </xsl:choose> 5058 5075 </xsl:variable> 5076 5059 5077 <table summary="{preamble}" class="{$style}" cellpadding="3" cellspacing="0"> 5078 5079 <xsl:if test="(@title!='' or @anchor!='') and not(@suppress-title='true')"> 5080 <xsl:variable name="n"><xsl:number level="any" count="texttable[(@title!='' or @anchor!='') and not(@suppress-title='true')]" /></xsl:variable> 5081 <caption>Table <xsl:value-of select="$n"/><xsl:if test="@title!=''">: <xsl:value-of select="@title" /></xsl:if></caption> 5082 </xsl:if> 5083 5060 5084 <xsl:if test="ttcol!=''"> 5061 5085 <!-- skip header when all column titles are empty --> … … 5095 5119 </table> 5096 5120 <xsl:apply-templates select="postamble" /> 5097 5098 <xsl:if test="(@title!='' or @anchor!='') and not(@suppress-title='true')">5099 <xsl:variable name="n"><xsl:number level="any" count="texttable[(@title!='' or @anchor!='') and not(@suppress-title='true')]" /></xsl:variable>5100 <p class="figure">Table <xsl:value-of select="$n"/><xsl:if test="@title!=''">: <xsl:value-of select="@title" /></xsl:if></p>5101 </xsl:if>5102 5121 </div> 5103 5122 … … 5296 5315 <xsl:text>http://greenbytes.de/tech/webdav/rfc2629.xslt, </xsl:text> 5297 5316 <!-- when RCS keyword substitution in place, add version info --> 5298 <xsl:if test="contains('$Revision: 1.42 2$',':')">5299 <xsl:value-of select="concat('Revision ',normalize-space(translate(substring-after('$Revision: 1.42 2$', 'Revision: '),'$','')),', ')" />5317 <xsl:if test="contains('$Revision: 1.424 $',':')"> 5318 <xsl:value-of select="concat('Revision ',normalize-space(translate(substring-after('$Revision: 1.424 $', 'Revision: '),'$','')),', ')" /> 5300 5319 </xsl:if> 5301 <xsl:if test="contains('$Date: 2009-02-2 2 22:47:18$',':')">5302 <xsl:value-of select="concat(normalize-space(translate(substring-after('$Date: 2009-02-2 2 22:47:18$', 'Date: '),'$','')),', ')" />5320 <xsl:if test="contains('$Date: 2009-02-24 16:15:29 $',':')"> 5321 <xsl:value-of select="concat(normalize-space(translate(substring-after('$Date: 2009-02-24 16:15:29 $', 'Date: '),'$','')),', ')" /> 5303 5322 </xsl:if> 5304 5323 <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.