blob: 6bdce2863b89a508910fee3a05927ce2e5eca769 [file] [log] [blame]
(:*******************************************************:)
(:Test: fn-substring-before-13 :)
(:Written By: Carmelo Montanez :)
(:Date: Fri May 27, 2005 :)
(:Purpose: Evaluates The "substring-before" function :)
(: with the arguments set as follows: :)
(:$arg1 = xs:string("A") :)
(:$arg2 = "A" :)
(:*******************************************************:)
fn:count(fn:substring-before(xs:string("A"),"A"))