This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
fn:namespace-uri expects node()?, but the argument is typed as a zero-or-more sequence. (: Name: fn-namespace-uri-14:) (: Description: Evaluation of the fn:namespace-uri function argument set to an e lement 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]))
Tim: Thanks for the messange. Fixed the tests by removing the static typing dependencies. Thanks, Carmelo