html5/markup/tools specgen.xsl,1.62,1.63

Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv23312/tools

Modified Files:
	specgen.xsl 
Log Message:
further tweak to h:tml to quiet the pubrules checker

Index: specgen.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/specgen.xsl,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- specgen.xsl	2 Mar 2010 05:37:15 -0000	1.62
+++ specgen.xsl	4 Mar 2010 03:17:03 -0000	1.63
@@ -560,7 +560,9 @@
       </xsl:if>
       <xsl:text> </xsl:text>
       <xsl:if test='not(../@id = "abstract")
-        and not(../@id="status")'>
+        and not(../@id="status")
+        and not(../@id="unexpanded-toc")
+        '>
         <a class="hash" href="#{$myid}">#</a>
       </xsl:if>
       <xsl:if test='not(../@id = "abstract")

Received on Thursday, 4 March 2010 03:17:07 UTC