blob: 572e02cb5c9cc79c9889f86bf5f75c68d140c6b6 [file] [log] [blame]
(:*******************************************************:)
(: Test: K2-SeqMAXFunc-3 :)
(: Written by: Frans Englich :)
(: Date: 2006-08-04T17:13:26Z :)
(: Purpose: Invoke fn:max() on two different xs:anyURI values(#2). :)
(:*******************************************************:)
max((xs:anyURI("http://example.com/8"), xs:anyURI("http://example.com/4")))
eq xs:anyURI("http://example.com/8")