Skip to content

Commit

Permalink
Allow Collection(Edm.*)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed May 2, 2024
1 parent 7709c1b commit 6dc4c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/resolve-paths.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
</xsl:choose>
</xsl:when>
<xsl:otherwise>
<xsl:if test="not(starts-with(.,'Edm.'))">
<xsl:if test="not(starts-with(.,'Edm.') or starts-with(.,'Collection(Edm.'))">
<xsl:message>
<xsl:text>Invalid </xsl:text>
<xsl:if test="not(self::*)">
Expand Down

0 comments on commit 6dc4c14

Please sign in to comment.