Skip to content

Commit

Permalink
Removed unnecessary ldh:base-uri stub
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Oct 9, 2023
1 parent 54b8443 commit 19b92c4
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,15 +290,6 @@ exclude-result-prefixes="#all"
</xsl:message>
</xsl:function>

<!-- function stub so that Saxon-EE doesn't complain when compiling SEF -->
<xsl:function name="ldh:base-uri" as="xs:anyURI?" override-extension-function="no" cache="yes">
<xsl:param name="arg" as="node()"/>

<xsl:message use-when="system-property('xsl:product-name') = 'SAXON'" terminate="yes">
Not implemented
</xsl:message>
</xsl:function>

<!-- SHARED FUNCTIONS -->

<!-- TO-DO: move down to Web-Client -->
Expand Down

0 comments on commit 19b92c4

Please sign in to comment.