Details
-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
None
Description
For example, if you have an expression test="xs:unsignedLong(0) eq xs:int(0)". This fails because it ends up comparing a java.math.BigInteger with a java.lang.Integer, which always fails. We probably want to coerce the Integer (and other int-based types) into a BigInteger when comparing with an xs:unsignedLong.