- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 May 2011 06:21:15 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/tools In directory hutz:/tmp/cvs-serv24424/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.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- preprocess.xsl 9 May 2011 05:44:32 -0000 1.28 +++ preprocess.xsl 9 May 2011 06:21:13 -0000 1.29 @@ -165,9 +165,7 @@ <xsl:text> </xsl:text> <script src="jump-indexes.js"></script> <xsl:text> </xsl:text> -<xsl:copy> - <xsl:apply-templates/> -</xsl:copy> +<xsl:apply-templates select="node()"/> </div> </xsl:template> <xsl:template match="style[1]"> @@ -187,7 +185,6 @@ <xsl:text> </xsl:text> </xsl:template> <xsl:template match="h1"> - <xsl:message>HERE</xsl:message> <h1> <xsl:text>HTML5</xsl:text> <xsl:text> </xsl:text> @@ -198,6 +195,7 @@ </span> </h1> </xsl:template> + <xsl:template match="*[@id = 'a-vocabulary-and-associated-apis-for-html-and-xhtml']"/> <xsl:template match="title"> <title>HTML5 (Edition for Web Authors)</title> <xsl:text> </xsl:text>
Received on Monday, 9 May 2011 06:21:16 UTC