html5/spec-author-view/tools postprocess.xsl,1.12,1.13

Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv8108/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.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- postprocess.xsl	22 Apr 2011 02:42:09 -0000	1.12
+++ postprocess.xsl	22 Apr 2011 07:13:01 -0000	1.13
@@ -53,7 +53,7 @@
       </xsl:otherwise>
     </xsl:choose>
   </xsl:template>
-  <xsl:template match="h2[@id = 'index-of-terms']//dd[child::a = 'Table of Contents']"/>
+  <xsl:template match="dd[child::a = 'Table of Contents'][preceding::h2[@id = 'index-of-terms']]"/>
   <xsl:template name="get-filename">
     <xsl:param name="ref"/>
     <xsl:for-each select="document('../fragment-links.xhtml')">

Received on Friday, 22 April 2011 07:13:04 UTC