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 tests are marked as XQ10+, but uses cast as t:integer-or-nothing, where this type is <xs:simpleType name = "integer-or-nothing"> <xs:union memberTypes="xs:integer"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:length value="0"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> but casting to union types was only introduced in XQ30. This also affects GenCompEq-26 GenCompEq-27 value-comparison-13 value-comparison-14
Thanks, fixed.
Thanks.
*** Bug 29635 has been marked as a duplicate of this bug. ***