Skip to content

Commit

Permalink
Cast to xs:anyURI()
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Nov 2, 2023
1 parent 05876a6 commit 2e9eecd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ exclude-result-prefixes="#all"
<xsl:param name="disabled" select="false()" as="xs:boolean"/>
<xsl:param name="auto" select="local-name() = 'nodeID' or starts-with(., $ldt:base)" as="xs:boolean"/>
<xsl:param name="document-uri" as="xs:anyURI?" tunnel="yes"/>
<xsl:param name="about" select="$document-uri || 'id' || ac:uuid()" as="xs:anyURI?"/>
<xsl:param name="about" select="xs:anyURI($document-uri || 'id' || ac:uuid())" as="xs:anyURI?"/>

<xsl:choose>
<xsl:when test="not($type = 'hidden')">
Expand Down

0 comments on commit 2e9eecd

Please sign in to comment.