html5/spec-author-view/tools preprocess.xsl,1.25,1.26

Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv13642/tools

Modified Files:
	preprocess.xsl 
Log Message:
checkpointing

Index: preprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/preprocess.xsl,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- preprocess.xsl	9 May 2011 04:12:43 -0000	1.25
+++ preprocess.xsl	9 May 2011 04:30:43 -0000	1.26
@@ -12,7 +12,6 @@
     </xsl:copy>
   </xsl:template>
   <xsl:template match="*[@id = 'head']">
-    <xsl:copy-of select="."/>
 <xsl:text>&#10;</xsl:text>
 <div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump
 <div id="jumpIndexA">
@@ -163,6 +162,7 @@
 <xsl:text>&#10;</xsl:text>
 <script src="jump-indexes.js"></script>
 <xsl:text>&#10;</xsl:text>
+<xsl:copy-of select="."/>
   </xsl:template>
   <xsl:template match="style[1]">
     <xsl:text>&#10;</xsl:text>

Received on Monday, 9 May 2011 04:30:46 UTC