Changeset 573 for rfc2629xslt/rfc2629toXHTML.xslt
- Timestamp:
- 01/05/09 10:08:42 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rfc2629xslt/rfc2629toXHTML.xslt
r571 r573 1277 1277 1278 1278 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$lang}"> 1279 <head profile="http://www.w3.org/2006/03/hcard"> 1279 <head> 1280 <xsl:attribute name="profile"> 1281 <xsl:text>http://www.w3.org/2006/03/hcard</xsl:text> 1282 <xsl:if test="$xml2rfc-ext-support-rfc2731!='no'"> 1283 <xsl:text> </xsl:text> 1284 <xsl:text>http://dublincore.org/documents/2008/08/04/dc-html/</xsl:text> 1285 </xsl:if> 1286 </xsl:attribute> 1280 1287 <title> 1281 1288 <xsl:apply-templates select="front/title" mode="get-text-content"/> … … 5112 5119 <xsl:text>http://greenbytes.de/tech/webdav/rfc2629.xslt, </xsl:text> 5113 5120 <!-- when RCS keyword substitution in place, add version info --> 5114 <xsl:if test="contains('$Revision: 1.43 0$',':')">5115 <xsl:value-of select="concat('Revision ',normalize-space(translate(substring-after('$Revision: 1.43 0$', 'Revision: '),'$','')),', ')"/>5121 <xsl:if test="contains('$Revision: 1.432 $',':')"> 5122 <xsl:value-of select="concat('Revision ',normalize-space(translate(substring-after('$Revision: 1.432 $', 'Revision: '),'$','')),', ')"/> 5116 5123 </xsl:if> 5117 <xsl:if test="contains('$Date: 2009-04-0 1 15:50:01$',':')">5118 <xsl:value-of select="concat(normalize-space(translate(substring-after('$Date: 2009-04-0 1 15:50:01$', 'Date: '),'$','')),', ')"/>5124 <xsl:if test="contains('$Date: 2009-04-09 13:16:17 $',':')"> 5125 <xsl:value-of select="concat(normalize-space(translate(substring-after('$Date: 2009-04-09 13:16:17 $', 'Date: '),'$','')),', ')"/> 5119 5126 </xsl:if> 5120 5127 <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.