- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 03 May 2009 14:07:18 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv5239/tools
Modified Files:
specgen.xsl
Log Message:
h:tml; added links to single/multi-page versions
Index: specgen.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/specgen.xsl,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- specgen.xsl 3 May 2009 09:26:41 -0000 1.31
+++ specgen.xsl 3 May 2009 14:07:16 -0000 1.32
@@ -192,6 +192,17 @@
</xsl:for-each>
</xsl:if>
</dl>
+ <p>The content of this document is also available as
+ <xsl:choose>
+ <xsl:when test="$chunk=1">
+ <a href="spec.html">a single HTML file</a> with some
+ additional cross-reference features.
+ </xsl:when>
+ <xsl:otherwise>
+ <a href="Overview.html">multiple HTML files</a>.
+ </xsl:otherwise>
+ </xsl:choose>
+ </p>
<!-- * CHANGE_ME_BACK -->
<!-- * <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © <xsl:value-of select="date:year()"/><xsl:text> </xsl:text><a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.org/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p> -->
<!-- * CHANGE_ME_BACK -->
Received on Sunday, 3 May 2009 14:07:28 UTC