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

Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv24424/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.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- preprocess.xsl	9 May 2011 05:44:32 -0000	1.28
+++ preprocess.xsl	9 May 2011 06:21:13 -0000	1.29
@@ -165,9 +165,7 @@
 <xsl:text>&#10;</xsl:text>
 <script src="jump-indexes.js"></script>
 <xsl:text>&#10;</xsl:text>
-<xsl:copy>
-  <xsl:apply-templates/>
-</xsl:copy>
+<xsl:apply-templates select="node()"/>
 </div>
   </xsl:template>
   <xsl:template match="style[1]">
@@ -187,7 +185,6 @@
     <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>
@@ -198,6 +195,7 @@
       </span>
     </h1>
   </xsl:template>
+  <xsl:template match="*[@id = 'a-vocabulary-and-associated-apis-for-html-and-xhtml']"/>
   <xsl:template match="title">
     <title>HTML5 (Edition for Web Authors)</title>
     <xsl:text>&#10;</xsl:text>

Received on Monday, 9 May 2011 06:21:16 UTC