- From: CVS User fsasaki <cvsmail@w3.org>
- Date: Thu, 07 Feb 2013 07:43:50 +0000
- To: public-multilingualweb-lt-commits@w3.org
Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt
In directory gil:/tmp/cvs-serv25502/tools/xslt
Modified Files:
disco-for-its20.xsl
Log Message:
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt/disco-for-its20.xsl 2013/02/07 07:34:17 1.22
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt/disco-for-its20.xsl 2013/02/07 07:43:50 1.23
@@ -16,7 +16,7 @@
<xsl:template match="/">
<xsl:variable name="comments"
- select="database/issues/issue[product=$productnum or product='9' and xs:date(created) >= $commentsPeriodStartDate and xs:date(created) <= $commentsPeriodEndDate]"/>
+ 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"/>
Received on Thursday, 7 February 2013 07:43:51 UTC