Skip to content

Commit

Permalink
Removed @use-when
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Dec 21, 2023
1 parent c6e6d7f commit 2989299
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ exclude-result-prefixes="#all"
<xsl:when test="key('resources', $this)">
<xsl:apply-templates select="key('resources', $this)" mode="ac:label"/>
</xsl:when>
<xsl:when test="$property-metadata/key('resources', $this, .)" use-when="system-property('xsl:product-name') = 'SAXON'">
<xsl:when test="$property-metadata/key('resources', $this, .)">
<xsl:apply-templates select="$property-metadata/key('resources', $this, .)" mode="ac:label"/>
</xsl:when>
<xsl:when test="doc-available(namespace-uri()) and key('resources', $this, document(namespace-uri()))" use-when="system-property('xsl:product-name') = 'SAXON'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1289,6 +1289,9 @@ WHERE
</xsl:apply-templates>
</xsl:result-document>
</xsl:for-each>
<xsl:apply-templates select="id($div-id, ixsl:page())" mode="ldh:PostConstruct"/>

<ixsl:set-style name="cursor" select="'default'" object="ixsl:page()//body"/>

<!--
<xsl:variable name="request" as="item()*">
Expand Down

0 comments on commit 2989299

Please sign in to comment.