Closed rhdunn closed 9 years ago
The same applies to element(x:y)
constructs:
xquery version "3.0";
declare namespace html = "http://www.w3.org/1999/xhtml";
let $x as element(html:p)? := ()
return $x
Thanks for valuable feedback! I probably wouldn't have found those so quickly!
Using the latest code:
Flags the namespace as unused. This is a case not covered in the fix for issue #135.