CVS WWW/International/multilingualweb/lt/drafts/its20/tools/xslt

Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt
In directory gil:/tmp/cvs-serv24235/tools/xslt

Modified Files:
	disco-for-its20.xsl 
Log Message:
disco fix

--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt/disco-for-its20.xsl	2013/02/01 08:33:36	1.21
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt/disco-for-its20.xsl	2013/02/07 07:34:17	1.22
@@ -16,7 +16,7 @@
 
     <xsl:template match="/">
         <xsl:variable name="comments"
-            select="database/issues/issue[product=$productnum and xs:date(created) &gt;= $commentsPeriodStartDate and xs:date(created) &lt;= $commentsPeriodEndDate]"/>
+            select="database/issues/issue[product=$productnum or product='9' and xs:date(created) &gt;= $commentsPeriodStartDate and xs:date(created) &lt;= $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:34:18 UTC