- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 May 2011 05:44:34 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv20616/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.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- preprocess.xsl 9 May 2011 04:56:28 -0000 1.27
+++ preprocess.xsl 9 May 2011 05:44:32 -0000 1.28
@@ -165,7 +165,9 @@
<xsl:text> </xsl:text>
<script src="jump-indexes.js"></script>
<xsl:text> </xsl:text>
-<xsl:copy-of select="node()"/>
+<xsl:copy>
+ <xsl:apply-templates/>
+</xsl:copy>
</div>
</xsl:template>
<xsl:template match="style[1]">
@@ -185,6 +187,7 @@
<xsl:text> </xsl:text>
</xsl:template>
<xsl:template match="h1">
+ <xsl:message>HERE</xsl:message>
<h1>
<xsl:text>HTML5</xsl:text>
<xsl:text> </xsl:text>
Received on Monday, 9 May 2011 05:44:36 UTC