blob: ed6248aa01105090abd13631146a41c56ccd78ce [file] [log] [blame]
(: Name: position-2 :)
(: Description: Evaluation of "fn:position", where the context node is not defined. :)
declare namespace eg = "http://example.org";
declare function eg:noContextFunction()
{
position()
};
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
eg:noContextFunction()