blob: a00181e906ab36937b45921e204a34411e18f74f [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-344 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:38+02:00 :)
(: Purpose: Ensure when casting xs:dateTime to xs:string that an empty milli seconds part is not serialized. :)
(:*******************************************************:)
xs:string(xs:dateTime("2002-02-15T21:01:23.000")) eq
"2002-02-15T21:01:23"