- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 05 Jul 2011 08:11:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv26111/tools
Modified Files:
postprocess.xsl
Log Message:
updated
[updated by splitter]
Index: postprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/postprocess.xsl,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- postprocess.xsl 5 Jul 2011 07:28:58 -0000 1.20
+++ postprocess.xsl 5 Jul 2011 08:11:34 -0000 1.21
@@ -60,6 +60,11 @@
<xsl:template match="ol[not(child::li)]"/>
<xsl:template match="dd[child::a = 'Table of Contents'][preceding::h2[@id = 'index-of-terms']]"/>
<xsl:template match="p[child::i = 'This section is non-normative.']"/>
+ <xsl:template match="a[@class = 'secno']">
+ <span class="secno">
+ <xsl:apply-templates/>
+ </span>
+ </xsl:template>
<xsl:template name="get-filename">
<xsl:param name="ref"/>
<xsl:for-each select="document('../fragment-links.xhtml')">
Received on Tuesday, 5 July 2011 08:11:44 UTC