- From: CVS User fsasaki <cvsmail@w3.org>
- Date: Mon, 10 Dec 2012 20:27:29 +0000
- To: public-multilingualweb-lt-commits@w3.org
Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt In directory gil:/tmp/cvs-serv4341/tools/xslt Modified Files: disco-for-its20.xsl Log Message: disco now shows the right dates for its20 lc, as discussed during 2012-12-10 mlw-lt telco --- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt/disco-for-its20.xsl 2012/12/09 16:51:46 1.7 +++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt/disco-for-its20.xsl 2012/12/10 20:27:29 1.8 @@ -6,11 +6,11 @@ <xsl:variable name="draftURI">http://www.w3.org/TR/2012/WD-its20-20121206/</xsl:variable> <xsl:variable name="stage">Last Call</xsl:variable> <xsl:variable name="productnum">6</xsl:variable> - <xsl:variable name="commentsPeriodStartDate" as="xs:date">2012-10-23</xsl:variable> + <xsl:variable name="commentsPeriodStartDate" as="xs:date">2012-12-06</xsl:variable> <xsl:variable name="commentsPeriodEndDate" as="xs:date">2013-01-10</xsl:variable> <xsl:preserve-space elements="*"/> - <xsl:output method="xhtml" encoding="utf-8" indent="yes"/> + <xsl:output method="xhtml" encoding="utf-8" indent="yes" doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/> <xsl:template match="/"> <xsl:variable name="comments" @@ -44,6 +44,8 @@ <p>Please send detailed comments on this document to <a href="mailto:public-multilingualweb-lt-comments@w3.org" >public-multilingualweb-lt-comments@w3.org</a>.</p> + + <p>This document is auto-generated with an <a href="http://www.w3.org/International/multilingualweb/lt/drafts/its20/tools/xslt/disco-for-its20.xsl">XSLT stylesheet</a> based on the <a href="http://www.w3.org/2006/07/SWD/RDFa/disco">DisCo</a> tool.</p> <h2>Summary</h2> <xsl:variable name="acceptedIssues"
Received on Monday, 10 December 2012 20:27:33 UTC