blob: 62b63ca60cc2741efdaa4a51ca834760c26439fa [file] [log] [blame]
(: Name: fn-normalize-space-2 :)
(: Description: Evaluation of fn-normalize-space function with no arguments and no context node. :)
declare namespace eg = "http://example.org";
declare function eg:noContextFunction()
{
fn:normalize-space()
};
eg:noContextFunction()