blob: 436c016a23b7104dd56afa430be0a422a0e9893c [file] [log] [blame]
(:*******************************************************:)
(:Test: op-date-greater-than-6 :)
(:Written By: Carmelo Montanez :)
(:Date: June 13, 2005 :)
(:Purpose: Evaluates The "date-greater-than" function that:)
(:return false and used together with fn:not(ge operator):)
(:*******************************************************:)
fn:not(xs:date("2005-10-23Z") ge xs:date("2005-10-25Z"))