- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 17 Aug 2010 20:01:28 +0000
- To: public-html-commits@w3.org
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> </xsl:text> </xsl:template> + <xsl:template match="//script[1]"> + <xsl:text> </xsl:text> + <xsl:copy-of select="document('../script.xml')"/> + <xsl:text> </xsl:text> + </xsl:template> </xsl:stylesheet>
Received on Tuesday, 17 August 2010 20:01:30 UTC