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