blob: f3e8636b11442942b419293196816e1f36365db6 [file] [log] [blame]
(:*******************************************************:)
(:Test: fn-lang1args-2 :)
(:Written By: Carmelo Montanez :)
(:Date: Tue Apr 12 16:29:03 GMT-05:00 2005 :)
(:Purpose: Evaluates The "lang" function :)
(: with the arguments set as follows: :)
(:$testlang = "EN", node with no "xml:lang" attribute :)
(:*******************************************************:)
(: insert-start :)
declare variable $input-context external;
(: insert-end :)
fn:lang(xs:string("EN"),$input-context/root/time)