html5/spec-author-view/tools preprocess.xsl,1.20,1.21

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

Modified Files:
	preprocess.xsl 
Log Message:
Looks like whitespace stripping needs to happen to non-keywords too. (whatwg r6123)

[updated by splitter]


Index: preprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/preprocess.xsl,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- preprocess.xsl	8 May 2011 03:17:42 -0000	1.20
+++ preprocess.xsl	8 May 2011 03:44:15 -0000	1.21
@@ -139,7 +139,7 @@
     <xsl:copy-of select="."/>
     <p>The <a href="#the-html-element">html</a> element.</p>
   </xsl:template>
-  <xsl:template match="*[@id = 'section']">
+  <xsl:template match="*[@id = 'sections']">
     <xsl:copy-of select="."/>
     <p>The
       <a href="#the-body-element">body</a>,

Received on Sunday, 8 May 2011 03:44:18 UTC