- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 17 Jun 2008 23:47:28 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv13105
Modified Files:
specgen.xsl
Log Message:
don't mention Activity or Domain association in SOTD
Index: specgen.xsl
===================================================================
RCS file: /sources/public/html5/pubnotes/specgen.xsl,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- specgen.xsl 14 Jun 2008 07:48:53 -0000 1.32
+++ specgen.xsl 17 Jun 2008 23:47:26 -0000 1.33
@@ -285,24 +285,24 @@
</xsl:choose>
</a>
</xsl:variable>
- <xsl:variable name="activity">
- <a href="{$wginfo-nodeset/*[@id = 'activity']}">
- <xsl:choose>
- <xsl:when test="$wginfo-nodeset/*[@id = 'activity'] = 'http://www.w3.org/MarkUp/Activity.html'"
- >HTML Activity</xsl:when>
- <xsl:otherwise>[undefined activity]</xsl:otherwise>
- </xsl:choose>
- </a>
- </xsl:variable>
- <xsl:variable name="domain">
- <a href="{$wginfo-nodeset/*[@id = 'domain']}">
- <xsl:choose>
- <xsl:when test="$wginfo-nodeset/*[@id = 'domain'] = 'http://www.w3.org/Interaction/'"
- >Interaction Domain</xsl:when>
- <xsl:otherwise>[undefined domain]</xsl:otherwise>
- </xsl:choose>
- </a>
- </xsl:variable>
+ <!-- * <xsl:variable name="activity"> -->
+ <!-- * <a href="{$wginfo-nodeset/*[@id = 'activity']}"> -->
+ <!-- * <xsl:choose> -->
+ <!-- * <xsl:when test="$wginfo-nodeset/*[@id = 'activity'] = 'http://www.w3.org/MarkUp/Activity.html'" -->
+ <!-- * >HTML Activity</xsl:when> -->
+ <!-- * <xsl:otherwise>[undefined activity]</xsl:otherwise> -->
+ <!-- * </xsl:choose> -->
+ <!-- * </a> -->
+ <!-- * </xsl:variable> -->
+ <!-- * <xsl:variable name="domain"> -->
+ <!-- * <a href="{$wginfo-nodeset/*[@id = 'domain']}"> -->
+ <!-- * <xsl:choose> -->
+ <!-- * <xsl:when test="$wginfo-nodeset/*[@id = 'domain'] = 'http://www.w3.org/Interaction/'" -->
+ <!-- * >Interaction Domain</xsl:when> -->
+ <!-- * <xsl:otherwise>[undefined domain]</xsl:otherwise> -->
+ <!-- * </xsl:choose> -->
+ <!-- * </a> -->
+ <!-- * </xsl:variable> -->
<xsl:variable name="source">
<a href="{$source}">W3C source repository</a>
</xsl:variable>
@@ -326,9 +326,9 @@
(<a href='{$comments-archive}'>archived</a>).
</p>
<p>
- This document was produced by the <xsl:copy-of select="$wg"/>,
- part of the <xsl:copy-of select="$activity"/>
- in the W3C <xsl:copy-of select="$domain"/>.
+ This document was produced by the <xsl:copy-of select="$wg"/>.
+ <!-- * part of the <xsl:copy-of select="$activity"/> -->
+ <!-- * in the W3C <xsl:copy-of select="$domain"/>. -->
You can find the source for the current version of this document in the
<xsl:copy-of select="$source"/>.
</p>
Received on Tuesday, 17 June 2008 23:48:09 UTC