html5/spec-author-view/tools postprocess.xsl,1.16,1.17

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

Modified Files:
	postprocess.xsl 
Log Message:
checkpointing

Index: postprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/postprocess.xsl,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- postprocess.xsl	22 Apr 2011 10:55:49 -0000	1.16
+++ postprocess.xsl	22 Apr 2011 11:52:05 -0000	1.17
@@ -55,6 +55,7 @@
     </xsl:choose>
   </xsl:template>
   <xsl:template match="ol[not(child::li)]"/>
+  <xsl:template match="tr[. = '']"/>
   <xsl:template match="dd[child::a = 'Table of Contents'][preceding::h2[@id = 'index-of-terms']]"/>
   <xsl:template name="get-filename">
     <xsl:param name="ref"/>

Received on Friday, 22 April 2011 11:52:08 UTC