blob: a3ab63bb529da9fca292c1b7e91d4cb7d4a6729b [file] [log] [blame]
(: Name: fn-namespace-uri-20:)
(: Description: Evaluation of the fn:namespace-uri function with argument set to a direct element node (with no prefix) that should not use a declared namespace attribute.:)
(: Use the count function to avoid empty file.:)
declare namespace ex = "http://www.example.com/examples";
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
fn:count(fn:namespace-uri(<anElement>An Element Content</anElement>))