- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 28 Jun 2010 12:06:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv13699/tools
Modified Files:
specgen.xsl
Log Message:
added 'This document is informative only.' to the Status section
Index: specgen.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/specgen.xsl,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- specgen.xsl 24 Jun 2010 23:56:27 -0000 1.67
+++ specgen.xsl 28 Jun 2010 12:06:10 -0000 1.68
@@ -25,6 +25,7 @@
<xsl:variable name='toc-marker' select='//h:*[@id = "toc"][1]'/>
<xsl:variable name='info' select="/*/h:body/h:*[@id = 'info']"/>
<xsl:variable name="maturity" select="$info/h:*[@id = 'maturity']"/>
+ <xsl:variable name="normativity" select="$info/h:*[@id = 'normativity']"/>
<xsl:variable name="source" select="$info/h:*[@id = 'versions']/h:*[@id = 'source']"/>
<xsl:variable name="this" select="$info/h:*[@id = 'versions']/h:*[@id = 'this']"/>
<xsl:variable name="latest" select="$info/h:*[@id = 'versions']/h:*[@id = 'latest']"/>
@@ -453,7 +454,9 @@
<p>
This document was produced by a group operating under the
<a href='http://www.w3.org/Consortium/Patent-Policy-20040205/'>5 February
- 2004 W3C Patent Policy</a>. W3C maintains a
+ 2004 W3C Patent Policy</a>.
+ <xsl:if test="$normativity = 'informative'">This document is informative only.</xsl:if>
+ W3C maintains a
<a href='{$w3c-ipp}'>public list of
any patent disclosures</a> made in connection with the deliverables of
the group; that page also includes instructions for disclosing a patent.
Received on Monday, 28 June 2010 12:06:55 UTC