blob: 9480262721be4959925d0da4944a0aabc7753922 [file] [log] [blame]
(:*******************************************************:)
(: Test: fn-subsequence-mix-args-004.xq :)
(: Written By: Pulkita Tyagi :)
(: Date: Fri May 13 04:22:43 2005 :)
(: Purpose: arg1: sequence of string, arg2 & arg3: integer :)
(:**********************************************************:)
fn:subsequence( ("a", xs:string("hello"),"b", "c"), 1, 3)