blob: 1a1d2207aed4a971287861e533dad305ede40c63 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-1378 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:39+02:00 :)
(: Purpose: Casting from xs:anyURI to xs:string is allowed and should always succeed. :)
(:*******************************************************:)
xs:anyURI("http://www.example.com/an/arbitrary/URI.ext") cast as xs:string
ne
xs:string("an arbitrary string")