- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 12 May 2011 19:05:52 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv30086/tools
Modified Files:
specgen.xsl
Log Message:
Prepped for next WD publication.
Index: specgen.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/specgen.xsl,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- specgen.xsl 8 May 2011 12:43:56 -0000 1.97
+++ specgen.xsl 12 May 2011 19:05:50 -0000 1.98
@@ -382,26 +382,26 @@
</xsl:if>
</xsl:when>
<xsl:otherwise>
+ <dl>
+ <dt>This Version:</dt>
+ <dd>
+ <a href='{$this}'><xsl:value-of select='$this'/></a>
+ </dd>
+ </dl>
<xsl:if test='not($latest = "")'>
+ <dl>
+ <dt>Latest Published Version:</dt>
+ <dd><a href='{$latest}'><xsl:value-of select='$latest'/></a></dd>
+ </dl>
<dl class="ed-draft-link">
- <dt class="ed-draft-link">Editor’s Draft is also available:</dt>
+ <dt class="ed-draft-link">Editor’s Draft:</dt>
<dd>
<a id='latestED' href='{$source}'><xsl:value-of select='$source'/></a>
<xsl:text> </xsl:text>
<!-- * <xsl:value-of select='date:date-time()'/> -->
</dd>
</dl>
- <dl>
- <dt>Latest Published Version:</dt>
- <dd><a href='{$latest}'><xsl:value-of select='$latest'/></a></dd>
- </dl>
</xsl:if>
- <dl>
- <dt>This Version:</dt>
- <dd>
- <a href='{$this}'><xsl:value-of select='$this'/></a>
- </dd>
- </dl>
</xsl:otherwise>
</xsl:choose>
<xsl:if test='$previous-nodeset
@@ -420,7 +420,8 @@
<dt>Editor<xsl:if test='count($person-nodeset) > 1'>s</xsl:if>:</dt>
<xsl:for-each select='$person-nodeset'>
<xsl:choose>
- <xsl:when test="h:span[contains(@class, 'affiliation') = 'W3C']"/>
+ <xsl:when test="h:span[contains(@class, 'affiliation') = 'W3C'] and $maturity = 'ED'"/>
+ <xsl:when test="not(h:span[contains(@class, 'affiliation')]) and not($maturity = 'ED')"/>
<xsl:otherwise>
<dd>
<xsl:choose>
Received on Thursday, 12 May 2011 19:05:53 UTC