blob: eca3be7a1a1a7b90219474618cf71349ca4033c1 [file] [log] [blame]
(: Name: fn-string-3:)
(: Description: Evaluation of the fn:string function with argument set to "." and no context node set.:)
declare namespace eg = "http://example.org";
declare function eg:noContextFunction()
{
fn:string(.)
};
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
eg:noContextFunction()