html5/spec-author-view/tools preprocess.xsl,1.32,1.33

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

Modified Files:
	preprocess.xsl 
Log Message:
remove the external scripts from the w3c specs

[updated by splitter]


Index: preprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/preprocess.xsl,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- preprocess.xsl	9 May 2011 12:14:47 -0000	1.32
+++ preprocess.xsl	10 May 2011 09:21:29 -0000	1.33
@@ -11,6 +11,12 @@
       <xsl:apply-templates select="@* | node()"/>
     </xsl:copy>
   </xsl:template>
+  <xsl:template match="head">
+    <head>
+      <xsl:apply-templates/>
+      <script src="dfn.js"></script>
+    </head>
+  </xsl:template>
   <xsl:template match="*[@id = 'head']">
 <xsl:text>&#10;</xsl:text>
     <div>

Received on Tuesday, 10 May 2011 09:21:35 UTC