- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 22 Apr 2011 07:13:03 +0000
- To: public-html-commits@w3.org
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