Preston Carman created VXQUERY-79:
-------------------------------------
Summary: Static Type Check Failure
Key: VXQUERY-79
URL: https://issues.apache.org/jira/browse/VXQUERY-79
Project: VXQuery
Issue Type: Bug
Reporter: Preston Carman
The following query fails because prefix-from-Qname returns a NCName instead of
a string which is wanted by upper-case. Since NCName is derived from String
this should be an ok query due to sub type substitution.
fn:upper-case(fn:prefix-from-QName(xs:QName("foo:bar")))
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira