Skip to content

Commit

Permalink
Fix negation in check_algsupport ruleset for alg
Browse files Browse the repository at this point in the history
From commit hash ukf/ukf-testbed/517ac995365d5151f5e954f4c6f5eea05e2e3bf4

See ukf/ukf-meta#416 for details
  • Loading branch information
Phil Smart committed Apr 16, 2024
1 parent 9bef3e5 commit 33a1a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdx/_rules/check_algsupport.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<!--
2.4 Check for misplaced SigningMethod or DigestMethod elements.
-->
<xsl:template match="alg:*[not(parent::md:Extensions)]">
<xsl:template match="alg:*[count(parent::md:Extensions)=0]">
<xsl:call-template name="error">
<xsl:with-param name="m">
<xsl:text>alg:</xsl:text>
Expand Down

0 comments on commit 33a1a25

Please sign in to comment.