blob: 36d10bf4d8a18ef9ea6eadf8934aa92c60d9e4ec [file] [log] [blame]
(: Name: fn-string-length-18 :)
(: Description: Evaluation of string-length function with no argument and no context item defined. :)
declare namespace eg = "http://example.org";
declare function eg:noContextFunction()
{
fn:string-length()
};
eg:noContextFunction()