Skip to content

Commit

Permalink
No support for function overload paths
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Apr 16, 2024
1 parent 28a33a6 commit 8ac3b6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/resolve-paths.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@
select="substring-before(substring-after($q,'Collection('),')')" />
</xsl:apply-templates>
</xsl:when>
<xsl:when test="contains($q,'(')" />
<xsl:when test="contains($q,'.')">
<xsl:variable name="namespace">
<xsl:call-template name="namespace">
Expand Down

0 comments on commit 8ac3b6c

Please sign in to comment.