- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 May 2011 04:30:45 +0000
- To: public-html-commits@w3.org
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> </xsl:text>
<div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump
<div id="jumpIndexA">
@@ -163,6 +162,7 @@
<xsl:text> </xsl:text>
<script src="jump-indexes.js"></script>
<xsl:text> </xsl:text>
+<xsl:copy-of select="."/>
</xsl:template>
<xsl:template match="style[1]">
<xsl:text> </xsl:text>
Received on Monday, 9 May 2011 04:30:46 UTC