- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Mar 2010 03:17:52 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv21566/tools
Modified Files:
	specgen.xsl 
Log Message:
make sure h:tml WD includes link to latest ED
Index: specgen.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/specgen.xsl,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- specgen.xsl	22 Feb 2010 12:12:22 -0000	1.58
+++ specgen.xsl	2 Mar 2010 03:17:50 -0000	1.59
@@ -174,6 +174,12 @@
             <xsl:if test='not($latest = "")'>
               <dt>Latest Version:</dt>
               <dd><a href='{$latest}'><xsl:value-of select='$latest'/></a></dd>
+              <dt>Latest 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>
             </xsl:if>
           </xsl:otherwise>
         </xsl:choose>
Received on Tuesday, 2 March 2010 03:17:54 UTC