blob: 6f32e32be67e4f3fd3350750ffe4e85a1849b61b [file] [log] [blame]
(: Name: fn-namespace-uri-15:)
(: Description: Evaluation of the fn:namespace-uri function argument set to an attribute node with no namespace queried from a file.:)
(: Use the fn:count function to avoid empty file. :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
fn:count(fn:namespace-uri($input-context1/works/employee[1]/@name))