Changeset 981 for rfc2629xslt/rfc2629toXHTML.xslt
- Timestamp:
- 01/09/10 07:07:16 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rfc2629xslt/rfc2629toXHTML.xslt
r971 r981 1488 1488 </xsl:for-each> 1489 1489 1490 <xsl:if test="not(front/title/@x:quotes='false')">“</xsl:if> 1490 1491 <xsl:choose> 1491 1492 <xsl:when test="string-length($target) > 0"> 1492 <xsl:text>“</xsl:text>1493 1493 <a href="{$target}"><xsl:value-of select="normalize-space(front/title)"/></a> 1494 <xsl:text>”</xsl:text>1495 1494 </xsl:when> 1496 1495 <xsl:otherwise> 1497 <xsl:text>“</xsl:text>1498 1496 <xsl:value-of select="normalize-space(front/title)"/> 1499 <xsl:text>”</xsl:text>1500 1497 </xsl:otherwise> 1501 1498 </xsl:choose> 1499 <xsl:if test="not(front/title/@x:quotes='false')">”</xsl:if> 1502 1500 1503 1501 <xsl:for-each select="seriesInfo"> … … 1513 1511 </xsl:for-each> 1514 1512 1513 <!-- avoid hacks using seriesInfo when it's not really series information --> 1514 <xsl:for-each select="x:prose"> 1515 <xsl:text>, </xsl:text> 1516 <xsl:value-of select="."/> 1517 </xsl:for-each> 1518 1515 1519 <xsl:if test="front/date/@year != ''"> 1516 1520 <xsl:if test="string(number(front/date/@year)) = 'NaN'"> … … 6049 6053 <xsl:text>http://greenbytes.de/tech/webdav/rfc2629.xslt, </xsl:text> 6050 6054 <!-- when RCS keyword substitution in place, add version info --> 6051 <xsl:if test="contains('$Revision: 1.52 0$',':')">6052 <xsl:value-of select="concat('Revision ',normalize-space(translate(substring-after('$Revision: 1.52 0$', 'Revision: '),'$','')),', ')"/>6055 <xsl:if test="contains('$Revision: 1.522 $',':')"> 6056 <xsl:value-of select="concat('Revision ',normalize-space(translate(substring-after('$Revision: 1.522 $', 'Revision: '),'$','')),', ')"/> 6053 6057 </xsl:if> 6054 <xsl:if test="contains('$Date: 2010-0 7-14 12:36:35$',':')">6055 <xsl:value-of select="concat(normalize-space(translate(substring-after('$Date: 2010-0 7-14 12:36:35$', 'Date: '),'$','')),', ')"/>6058 <xsl:if test="contains('$Date: 2010-08-31 15:02:33 $',':')"> 6059 <xsl:value-of select="concat(normalize-space(translate(substring-after('$Date: 2010-08-31 15:02:33 $', 'Date: '),'$','')),', ')"/> 6056 6060 </xsl:if> 6057 6061 <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.