- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 03 Sep 2009 02:39:09 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv18169/tools
Modified Files:
generate-spec-source.xsl specgen.xsl
Log Message:
removed <datagrid> and made assorted refinements to prose
Index: generate-spec-source.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -d -r1.202 -r1.203
--- generate-spec-source.xsl 20 Aug 2009 09:22:47 -0000 1.202
+++ generate-spec-source.xsl 3 Sep 2009 02:39:07 -0000 1.203
@@ -9,7 +9,7 @@
>
<xsl:output method="xml"/>
<xsl:param name="aria" select="0"/>
- <xsl:param name="rnc-html">../html.rnc.spec.html</xsl:param>
+ <xsl:param name="rnc-html">../schema.html</xsl:param>
<xsl:param name="head">../src/head.html</xsl:param>
<xsl:param name="header">../src/header.src.html</xsl:param>
<xsl:variable name="assertions">
Index: specgen.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/specgen.xsl,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- specgen.xsl 20 Aug 2009 07:43:17 -0000 1.40
+++ specgen.xsl 3 Sep 2009 02:39:07 -0000 1.41
@@ -336,8 +336,8 @@
<!-- * CHANGE_ME_BACK -->
</p>
<xsl:text> </xsl:text>
- <p>
<!-- * CHANGE_ME_BACK -->
+ <!-- * <p> -->
<!-- * This document -->
<!-- * <xsl:choose> -->
<!-- * <xsl:when test="$maturity='ED'"> -->
@@ -351,10 +351,8 @@
<!-- * ><xsl:copy-of select="normalize-space($group-name)"/></a>. -->
<!-- * part of the <xsl:copy-of select="$activity"/> -->
<!-- * in the W3C <xsl:copy-of select="$domain"/>. -->
- <!-- * CHANGE_ME_BACK -->
- You can find the source for the current version of this document
- <xsl:copy-of select="$source"/>.
- </p>
+ <!-- * </p> -->
+ <!-- * CHANGE_ME_BACK -->
<xsl:text> </xsl:text>
<xsl:copy-of select="document('../src/status.html')"/>
<xsl:text> </xsl:text>
Received on Thursday, 3 September 2009 02:39:19 UTC