Project

Profile

Help

Bug #6244

closed

Test case higher-order-functions-034

Added by Michael Kay 6 months ago. Updated 6 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
XPath conformance
Sprint/Milestone:
-
Start date:
2023-11-08
Due date:
% Done:

100%

Estimated time:
Legacy ID:
Applies to branch:
12, trunk
Fix Committed on Branch:
12, trunk
Fixed in Maintenance Release:
Platforms:
.NET, Java

Description

This test case is failing because it considers that

element(e)? is a subtype of element(e, xs:anyType)*

To quote https://www.w3.org/Bugs/Public/show_bug.cgi?id=21595, this is not the case, because element(e) allows a nilled element, while element(e, xs:anyType) does not.

Please register to edit this issue

Also available in: Atom PDF