Actions
Bug #5677
closed

Required cardinality of first argument of t:commonType() is one or more; supplied value is empty
Start date:
2022-09-06
Due date:
% Done:
100%
Estimated time:
SEF Generated with:
Platforms:
Company:
-
Contact person:
-
Additional contact persons:
-
Description
It does not seem to be possible to declare an inline sequence of xs:anyURI
(maybe also other types, haven't tried). The following throws the error:
<xsl:variable name="icons" select="(xs:anyURI('https://maps.google.com/mapfiles/ms/icons/blue-dot.png'), xs:anyURI('https://maps.google.com/mapfiles/ms/icons/red-dot.png'))" as="xs:anyURI*"/>
Updated by Norm Tovey-Walsh about 1 year ago
- Assignee set to Norm Tovey-Walsh
- Sprint/Milestone set to SaxonJS 2.5
Updated by Norm Tovey-Walsh about 1 year ago
- Status changed from New to Resolved
- Fixed in JS Release set to SaxonJS 2.5
- Applies to JS Branch Trunk added
- Fix Committed on JS Branch 2, Trunk added
The XX compiler wasn't handling sequences of "uncommon" atomic types.
Updated by Norm Tovey-Walsh 12 months ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
Fixed in SaxonJS 2.5.
Please register to edit this issue
Actions
Also available in: Atom PDF Tracking page