blob: 8ac263cf42398778194615f5080202543c970c5a [file] [log] [blame]
(:*******************************************************:)
(:Test: op-dateTime-less-than-6 :)
(:Written By: Carmelo Montanez :)
(:Date: June 15, 2005 :)
(:Purpose: Evaluates The "dateTime-less-than" function that :)
(:return false and used together with fn:not(le operator):)
(:*******************************************************:)
fn:not(xs:dateTime("2004-04-02T12:00:00Z") le xs:dateTime("2002-04-02T12:00:00Z"))