Project

Profile

Help

Bug #5677

closed

Required cardinality of first argument of t:commonType() is one or more; supplied value is empty

Added by Martynas Jusevicius over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Normal
Category:
-
Sprint/Milestone:
Start date:
2022-09-06
Due date:
% Done:

100%

Estimated time:
Applies to JS Branch:
2, Trunk
Fix Committed on JS Branch:
2, Trunk
Fixed in JS Release:
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*"/>

Please register to edit this issue

Also available in: Atom PDF Tracking page