html5/spec-author-view/tools preprocess.xsl,1.1,1.2

Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv17296/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.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- preprocess.xsl	17 Aug 2010 09:52:48 -0000	1.1
+++ preprocess.xsl	17 Aug 2010 20:01:26 -0000	1.2
@@ -90,4 +90,9 @@
     <xsl:copy-of select="."/>
     <xsl:text>&#10;</xsl:text>
   </xsl:template>
+  <xsl:template match="//script[1]">
+    <xsl:text>&#10;</xsl:text>
+    <xsl:copy-of select="document('../script.xml')"/>
+    <xsl:text>&#10;</xsl:text>
+  </xsl:template>
 </xsl:stylesheet>

Received on Tuesday, 17 August 2010 20:01:30 UTC