This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
These queries all use fn:QName with the second argument statically typed as xs:string?, while the expected type is xs:string, since the constructor xs:string has static return type xs:string?. (: Name: LocalNameFromQNameFunc001 :) (: Description: Test function fn:local-name-from-QName. Using QName element as i nput :) declare default element namespace "http://www.example.com/QNameXSD"; (: insert-start :) declare variable $input-context external; (: insert-end :) fn:local-name-from-QName(fn:QName("http://www.example.com/QNameXSD", xs:string(( $input-context/root/elemQN)[1])))
NamespaceURIFromQNameFunc001, 002, 003, 004, 005, 018, 019, 020 have similar problems.
A fix has been attempted in CVS, XQTS_current.zip is updated. If the resolution is satisfactory, feel free to change status to CLOSED. Otherwise, reopen this report. If no feedback is returned within two weeks, status will be changed to CLOSED. Thanks for reporting!
Thanks.