html5/markup/tools specgen.xsl,1.80,1.81

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

Modified Files:
	specgen.xsl 
Log Message:
build fix for problems with dfn pop-ups


Index: specgen.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/specgen.xsl,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- specgen.xsl	5 Aug 2010 07:42:17 -0000	1.80
+++ specgen.xsl	6 Aug 2010 12:47:52 -0000	1.81
@@ -131,7 +131,7 @@
   <xsl:template name="make-index">
     <xsl:variable name="index-contents">
     <xsl:text>&#10;</xsl:text>
-      <div>
+      <div id="index-contents" class="section">
         <xsl:text>&#10;</xsl:text>
         <h2>Index <a class="hash" href="#index">#</a>
           <xsl:text> </xsl:text>
@@ -298,8 +298,8 @@
     </xsl:variable>
     <xsl:choose>
       <xsl:when test="$chunk = 0">
-        <div id="index">
-          <xsl:copy-of select="$index-contents"/>
+        <div id="index" class="section">
+          <xsl:copy-of select="exsl:node-set($index-contents)/*/node()"/>
         </div>
       </xsl:when>
       <xsl:otherwise>

Received on Friday, 6 August 2010 12:47:56 UTC