html5/spec-author-view/tools preprocess.xsl,1.10,1.11

Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv6359/tools

Modified Files:
	preprocess.xsl 
Log Message:
updated

Index: preprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/preprocess.xsl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- preprocess.xsl	22 Apr 2011 10:07:00 -0000	1.10
+++ preprocess.xsl	23 Apr 2011 08:26:30 -0000	1.11
@@ -111,4 +111,10 @@
     <xsl:copy-of select="document('../script.xml')"/>
     <xsl:text>&#10;</xsl:text>
   </xsl:template>
+  <xsl:template match="td[@class='impl']">
+    <td class="removed">&#160;</td>
+  </xsl:template>
+  <xsl:template match="th[@class='impl']">
+    <td class="removed">&#160;</td>
+  </xsl:template>
 </xsl:stylesheet>

Received on Saturday, 23 April 2011 08:26:34 UTC