- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 28 Jan 2010 17:57:29 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv26901/tools
Modified Files:
generate-spec-source.xsl
Log Message:
copyright etc.
Index: generate-spec-source.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -d -r1.203 -r1.204
--- generate-spec-source.xsl 3 Sep 2009 02:39:07 -0000 1.203
+++ generate-spec-source.xsl 28 Jan 2010 17:57:27 -0000 1.204
@@ -2334,10 +2334,10 @@
<xsl:for-each select="s:report|s:assert">
<li>
<span>
- <xsl:if test="contains(.,'obsolete')">
- <xsl:attribute
- name="class">obsolete</xsl:attribute>
- </xsl:if>
+ <!-- * <xsl:if test="contains(.,'obsolete')"> -->
+ <!-- * <xsl:attribute -->
+ <!-- * name="class">obsolete</xsl:attribute> -->
+ <!-- * </xsl:if> -->
<xsl:for-each select="node()">
<xsl:choose>
<xsl:when test="local-name() = 'name'">
Received on Thursday, 28 January 2010 17:57:30 UTC