Project

Profile

Help

Bug #4132

closed

xsl:function does not accept an EQName containing no colon

Added by Michael Kay about 5 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
XSLT conformance
Sprint/Milestone:
-
Start date:
2019-02-12
Due date:
% Done:

100%

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

Description

xsl:function requires the value of the name attribute to contain a colon, even if it is written in the form `name="Q{uri}local". That is, this form of name is only accepted if the URI contains a colon.

Revealed by new test case copy-1220. (Actually, it's difficult to write a good test case, because processors are allowed to reject namespace names that aren't valid absolute URIs, and all valid absolute URIs contain a colon.)

Please register to edit this issue

Also available in: Atom PDF