This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Test "try-catch-all-dynamic-errors-caught-7"... try { validate { document { <a/>, <b/> }} } catch err:XQDY0061 { "Invalid document." } ...should also accept XQST0075 as error code (Validation not supported). Test "try-catch-all-dynamic-errors-caught-15"... try { 10000000000000000000000000001 - 10000000000000000000000000000 } catch err:FAOR0002 { 1 } ...should catch FOAR0002 (typo).
First test has already been fixed (duplicate, bug #21720).
Bug fixed and committed to cvs.