Changeset 448 for rfc2629xslt/rfc2629toXHTML.xslt
- Timestamp:
- 24/02/09 21:31:57 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rfc2629xslt/rfc2629toXHTML.xslt
r447 r448 2595 2595 border-style: none none inset none; 2596 2596 border-width: 1px; 2597 }</xsl:if> 2597 } 2598 caption { 2599 caption-side: bottom; 2600 font-weight: bold; 2601 font-size: 9pt; 2602 margin-top: .5em; 2603 } 2604 </xsl:if> 2598 2605 table.header { 2599 2606 width: 95%; … … 3386 3393 not be created, and it may not be published except as an Internet-Draft. 3387 3394 </xsl:when> 3395 <xsl:when test="/rfc/@ipr = 'pre5378Trust200902'"> 3396 This document may contain material from IETF Documents or IETF Contributions published or 3397 made publicly available before November 10, 2008. The person(s) controlling the copyright in 3398 some of this material may not have granted the IETF Trust the right to allow modifications of such 3399 material outside the IETF Standards Process. Without obtaining an adequate license from the 3400 person(s) controlling the copyright in such materials, this document may not be modified outside 3401 the IETF Standards Process, and derivative works of it may not be created outside the IETF 3402 Standards Process, except to format it for publication as an RFC or to translate it into languages 3403 other than English. 3404 </xsl:when> 3388 3405 3389 3406 <xsl:otherwise/> … … 3490 3507 3491 3508 <!-- special case: RFC5378 escape applies to RFCs as well --> 3492 < xsl:if test="/rfc/@ipr = 'pre5378Trust200902'">3509 <!-- <xsl:if test="/rfc/@ipr = 'pre5378Trust200902'"> 3493 3510 <t> 3494 3511 This document may contain material from IETF Documents or IETF Contributions published or … … 3501 3518 other than English. 3502 3519 </t> 3503 </xsl:if> 3520 </xsl:if> --> 3504 3521 3505 3522 </section> … … 4845 4862 </xsl:choose> 4846 4863 </xsl:variable> 4864 4847 4865 <table summary="{preamble}" class="{$style}" cellpadding="3" cellspacing="0"> 4866 4867 <xsl:if test="(@title!='' or @anchor!='') and not(@suppress-title='true')"> 4868 <xsl:variable name="n"><xsl:number level="any" count="texttable[(@title!='' or @anchor!='') and not(@suppress-title='true')]"/></xsl:variable> 4869 <caption>Table <xsl:value-of select="$n"/><xsl:if test="@title!=''">: <xsl:value-of select="@title"/></xsl:if></caption> 4870 </xsl:if> 4871 4848 4872 <xsl:if test="ttcol!=''"> 4849 4873 <!-- skip header when all column titles are empty --> … … 4883 4907 </table> 4884 4908 <xsl:apply-templates select="postamble"/> 4885 4886 <xsl:if test="(@title!='' or @anchor!='') and not(@suppress-title='true')">4887 <xsl:variable name="n"><xsl:number level="any" count="texttable[(@title!='' or @anchor!='') and not(@suppress-title='true')]"/></xsl:variable>4888 <p class="figure">Table <xsl:value-of select="$n"/><xsl:if test="@title!=''">: <xsl:value-of select="@title"/></xsl:if></p>4889 </xsl:if>4890 4909 </div> 4891 4910 … … 5084 5103 <xsl:text>http://greenbytes.de/tech/webdav/rfc2629.xslt, </xsl:text> 5085 5104 <!-- when RCS keyword substitution in place, add version info --> 5086 <xsl:if test="contains('$Revision: 1.42 2$',':')">5087 <xsl:value-of select="concat('Revision ',normalize-space(translate(substring-after('$Revision: 1.42 2$', 'Revision: '),'$','')),', ')"/>5105 <xsl:if test="contains('$Revision: 1.424 $',':')"> 5106 <xsl:value-of select="concat('Revision ',normalize-space(translate(substring-after('$Revision: 1.424 $', 'Revision: '),'$','')),', ')"/> 5088 5107 </xsl:if> 5089 <xsl:if test="contains('$Date: 2009-02-2 2 22:47:18$',':')">5090 <xsl:value-of select="concat(normalize-space(translate(substring-after('$Date: 2009-02-2 2 22:47:18$', 'Date: '),'$','')),', ')"/>5108 <xsl:if test="contains('$Date: 2009-02-24 16:15:29 $',':')"> 5109 <xsl:value-of select="concat(normalize-space(translate(substring-after('$Date: 2009-02-24 16:15:29 $', 'Date: '),'$','')),', ')"/> 5091 5110 </xsl:if> 5092 5111 <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.