- From: CVS User fsasaki <cvsmail@w3.org>
- Date: Wed, 27 Feb 2013 10:14:14 +0000
- To: public-multilingualweb-lt-commits@w3.org
Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt In directory gil:/tmp/cvs-serv21288/tools/xslt Modified Files: disco-for-its20.xsl Log Message: Need to take other comments into account too - hence dropping the end date for now --- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt/disco-for-its20.xsl 2013/02/07 07:43:50 1.23 +++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt/disco-for-its20.xsl 2013/02/27 10:14:14 1.24 @@ -7,7 +7,7 @@ <xsl:variable name="stage">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="commentsPeriodEndDate" as="xs:date">2013-02-15</xsl:variable> --> <xsl:preserve-space elements="*"/> <xsl:output method="xhtml" encoding="utf-8" indent="yes" @@ -15,8 +15,10 @@ 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 and xs:date(created) <= $commentsPeriodEndDate]"/> + select="database/issues/issue[product=$productnum or product='9'][(created) >= $commentsPeriodStartDate]"/> <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"/>
Received on Wednesday, 27 February 2013 10:14:19 UTC