html5/spec-author-view/tools preprocess.xsl,1.27,1.28

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>&#10;</xsl:text>
 <script src="jump-indexes.js"></script>
 <xsl:text>&#10;</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>&#10;</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