Changeset 566 for rfc2629xslt/rfc2629toXHTML.xslt
- Timestamp:
- 27/03/09 16:53:46 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rfc2629xslt/rfc2629toXHTML.xslt
r560 r566 694 694 <xsl:variable name="anchor"><xsl:call-template name="compute-iref-anchor"/></xsl:variable> 695 695 <xsl:choose> 696 <xsl:when test="ancestor::t|ancestor::figure"> 696 <xsl:when test="parent::figure"> 697 <div xmlns="http://www.w3.org/1999/xhtml" id="{$anchor}"/> 698 </xsl:when> 699 <xsl:when test="ancestor::t or ancestor::artwork"> 697 700 <span xmlns="http://www.w3.org/1999/xhtml" id="{$anchor}"/> 698 701 </xsl:when> … … 5108 5111 <xsl:text>http://greenbytes.de/tech/webdav/rfc2629.xslt, </xsl:text> 5109 5112 <!-- when RCS keyword substitution in place, add version info --> 5110 <xsl:if test="contains('$Revision: 1.42 7$',':')">5111 <xsl:value-of select="concat('Revision ',normalize-space(translate(substring-after('$Revision: 1.42 7$', 'Revision: '),'$','')),', ')"/>5113 <xsl:if test="contains('$Revision: 1.429 $',':')"> 5114 <xsl:value-of select="concat('Revision ',normalize-space(translate(substring-after('$Revision: 1.429 $', 'Revision: '),'$','')),', ')"/> 5112 5115 </xsl:if> 5113 <xsl:if test="contains('$Date: 2009-03- 12 09:45:39$',':')">5114 <xsl:value-of select="concat(normalize-space(translate(substring-after('$Date: 2009-03- 12 09:45:39$', 'Date: '),'$','')),', ')"/>5116 <xsl:if test="contains('$Date: 2009-03-27 16:37:40 $',':')"> 5117 <xsl:value-of select="concat(normalize-space(translate(substring-after('$Date: 2009-03-27 16:37:40 $', 'Date: '),'$','')),', ')"/> 5115 5118 </xsl:if> 5116 5119 <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.