Changeset 246 for rfc2629xslt/rfc2629toXHTML.xslt
- Timestamp:
- 19/05/08 13:58:01 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rfc2629xslt/rfc2629toXHTML.xslt
r230 r246 2449 2449 font-style: italic; 2450 2450 }</xsl:if> 2451 <xsl:if test="//x:sup"> 2452 sup { 2453 font-size: 60%; 2454 }</xsl:if> 2451 2455 table { 2452 2456 margin-left: 2em; … … 3789 3793 </xsl:template> 3790 3794 3795 <!-- superscripts --> 3796 <xsl:template match="x:sup"> 3797 <sup xmlns="http://www.w3.org/1999/xhtml"> 3798 <xsl:apply-templates/> 3799 </sup> 3800 </xsl:template> 3801 3791 3802 <!-- measuring lengths --> 3792 3803 <xsl:template match="x:length-of"> … … 4612 4623 <xsl:text>http://greenbytes.de/tech/webdav/rfc2629.xslt, </xsl:text> 4613 4624 <!-- when RCS keyword substitution in place, add version info --> 4614 <xsl:if test="contains('$Revision: 1.36 5$',':')">4615 <xsl:value-of select="concat('Revision ',normalize-space(translate(substring-after('$Revision: 1.36 5$', 'Revision: '),'$','')),', ')"/>4625 <xsl:if test="contains('$Revision: 1.367 $',':')"> 4626 <xsl:value-of select="concat('Revision ',normalize-space(translate(substring-after('$Revision: 1.367 $', 'Revision: '),'$','')),', ')"/> 4616 4627 </xsl:if> 4617 <xsl:if test="contains('$Date: 2008-0 3-07 07:17:25$',':')">4618 <xsl:value-of select="concat(normalize-space(translate(substring-after('$Date: 2008-0 3-07 07:17:25$', 'Date: '),'$','')),', ')"/>4628 <xsl:if test="contains('$Date: 2008-05-19 13:00:19 $',':')"> 4629 <xsl:value-of select="concat(normalize-space(translate(substring-after('$Date: 2008-05-19 13:00:19 $', 'Date: '),'$','')),', ')"/> 4619 4630 </xsl:if> 4620 4631 <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.