Project

Profile

Help

Bug #3457

closed

switch, xs:QName

Added by Christian Grün over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Low
Assignee:
Category:
XQuery conformance
Sprint/Milestone:
-
Start date:
2017-09-22
Due date:
% Done:

100%

Estimated time:
Legacy ID:
Applies to branch:
9.8
Fix Committed on Branch:
9.8
Fixed in Maintenance Release:
Platforms:

Description

With Saxon-EE 9.7.0.8J, the following query returns 2 instead of 1:

let $v := xs:QName('a')
return switch($v)
  case $v return 1
  default return 2

Please register to edit this issue

Also available in: Atom PDF