Skip to content

Commit

Permalink
Try to fix @typeof pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Dec 22, 2024
1 parent b2ddc4f commit 0d1a9b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ exclude-result-prefixes="#all"
</xsl:choose>
</xsl:template>

<xsl:template match="*[@typeof]" mode="ldh:RenderRow" priority="1">
<xsl:template match="*[@typeof[not(. = ('&ldh;Object', '&ldh;View', '&ldh;GraphChart', '&ldh;ResultSetChart'))]]" mode="ldh:RenderRow" priority="1">
<xsl:apply-templates mode="#current"/>

<!-- hide the progress bar -->
Expand Down

0 comments on commit 0d1a9b3

Please sign in to comment.