- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 10 May 2011 09:21:31 +0000
- To: public-html-commits@w3.org
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> </xsl:text> <div>
Received on Tuesday, 10 May 2011 09:21:35 UTC