- From: CVS User fsasaki <cvsmail@w3.org>
- Date: Mon, 20 May 2013 09:00:09 +0000
- To: public-multilingualweb-lt-commits@w3.org
Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt In directory gil:/tmp/cvs-serv32055/tools/xslt Modified Files: disco-for-its20.xsl Log Message: implementing edit for action-527 in schema section, see [david agreed] at http://lists.w3.org/Archives/Public/public-multilingualweb-lt/2013May/0174.html . updated status section, revision log, last call generation for 2nd last call --- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt/disco-for-its20.xsl 2013/05/07 22:27:02 1.28 +++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt/disco-for-its20.xsl 2013/05/20 09:00:09 1.29 @@ -4,10 +4,10 @@ <xsl:variable name="worktitle">ITS 2.0</xsl:variable> <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="stage">Second Last Call</xsl:variable> <xsl:variable name="productnum">6</xsl:variable> - <xsl:variable name="commentsPeriodStartDate" as="xs:date">2012-12-06</xsl:variable> - <!-- <xsl:variable name="commentsPeriodEndDate" as="xs:date">2013-02-15</xsl:variable> --> + <xsl:variable name="commentsPeriodStartDate" as="xs:date">2013-05-21</xsl:variable> + <xsl:variable name="commentsPeriodEndDate" as="xs:date">2013-06-11</xsl:variable> <xsl:preserve-space elements="*"/> <xsl:output method="xhtml" encoding="utf-8" indent="yes" @@ -15,10 +15,8 @@ doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/> <xsl:template match="/"> -<!-- <xsl:variable name="comments" - select="database/issues/issue[product=$productnum or product='9'][(created) >= $commentsPeriodStartDate and xs:date(created) <= $commentsPeriodEndDate]"/> Need to take other comments into account too - hence dropping the end date for now--> - <xsl:variable name="comments" - select="database/issues/issue[product=$productnum or product='9'][(created) >= $commentsPeriodStartDate]"/> + <xsl:variable name="comments" + select="database/issues/issue[product=$productnum or product='9'][(created) >= $commentsPeriodStartDate and xs:date(created) <= $commentsPeriodEndDate]"/> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> @@ -44,7 +42,7 @@ during the <a href="{$draftURI}"><xsl:copy-of select="$worktitle" /><xsl:text> </xsl:text><xsl:copy-of select="$stage"/></a> period, starting <xsl:value-of select="$commentsPeriodStartDate"/> and ending (after - extension) 2013-01-18.</p> + extension) 2013-06-11.</p> <p>Please send detailed comments on this document to <a href="mailto:public-multilingualweb-lt-comments@w3.org"
Received on Monday, 20 May 2013 09:00:15 UTC