blob: 27a515c298a452a7e864496bbd0c8020cfd9dd8f [file] [log] [blame]
(:*******************************************************:)
(:Test: op-dateTime-greater-than-4 :)
(:Written By: Carmelo Montanez :)
(:Date: June 15, 2005 :)
(:Purpose: Evaluates The "dateTime-greater-than" function that :)
(:return true and used together with fn:not (ge operator):)
(:*******************************************************:)
fn:not(xs:dateTime("2002-04-02T12:00:00Z") ge xs:dateTime("2002-04-02T12:00:00Z"))