This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Date Comparison using ">=" and "<=" doesn't work - WHY!?!?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]