html5/spec-author-view/tools preprocess.xsl,1.90,1.91

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

Modified Files:
	preprocess.xsl 
Log Message:
Attempt to reorganise the rendering section to make it more usable for implementors (whatwg r6276)

[updated by splitter]


Index: preprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/preprocess.xsl,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- preprocess.xsl	4 Jul 2011 07:57:40 -0000	1.90
+++ preprocess.xsl	4 Jul 2011 08:57:31 -0000	1.91
@@ -612,5 +612,11 @@
     </xsl:choose>
   </xsl:template>
   <xsl:template match="link[@href[starts-with(.,'data:text/css')]]"/>
-  <xsl:template match="ol[@class = 'toc']"/>
+  <xsl:template match="ol[@class = 'toc']">
+    <xsl:text>&#10;</xsl:text>
+    <xsl:comment>begin-toc</xsl:comment>
+    <xsl:text>&#10;</xsl:text>
+    <xsl:comment>end-toc</xsl:comment>
+    <xsl:text>&#10;</xsl:text>
+  </xsl:template>
 </xsl:stylesheet>

Received on Monday, 4 July 2011 08:57:34 UTC