Skip to content

Commit

Permalink
Fix typo in PublicationInfo namespace prefix
Browse files Browse the repository at this point in the history
See ukf/ukf-meta#395 for details
  • Loading branch information
Alex Stuart committed Feb 21, 2024
1 parent 1d87fe6 commit a365d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdx/_rules/check_mdrpi.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
PublicationInfo MUST appear within the Extensions of either
EntitiesDescriptor or EntityDescriptor.
-->
<xsl:template match="md:PublicationInfo[not(parent::md:Extensions)]">
<xsl:template match="mdrpi:PublicationInfo[not(parent::md:Extensions)]">
<xsl:call-template name="error">
<xsl:with-param name="m">PublicationInfo must only appear within an Extensions element</xsl:with-param>
</xsl:call-template>
Expand Down

0 comments on commit a365d86

Please sign in to comment.