Subject: Date Comparison using ">=" and "<=" doesn't work - WHY!?!?
From: "Gregory Pearson" <GregP@xxxxxxxxx>
Date: Mon, 11 Mar 2002 14:28:44 -0900
|
Hi.
This works:
Style.XMLDocument.selectNodes("//xsl:apply-templates/@select")(1).value = "record[Date = '2/12/02']";
This does NOT work:
Style.XMLDocument.selectNodes("//xsl:apply-templates/@select")(1).value = "record[Date >= '2/10/02' and Date <= '2/15/02']";
IS IT NOT POSSIBLE TO USER ">=" AND "<=" FOR DATES?
Thanks!!
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|