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