Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Typo: check against the correct namespace for RegistrationInfo.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Apr 29, 2014
1 parent d5d69b1 commit 7b8936f
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 @@ -33,7 +33,7 @@
RegistrationInfo MUST appear within the Extensions of either
EntitiesDescriptor or EntityDescriptor.
-->
<xsl:template match="md:RegistrationInfo[not(parent::md:Extensions)]">
<xsl:template match="mdrpi:RegistrationInfo[not(parent::md:Extensions)]">
<xsl:call-template name="error">
<xsl:with-param name="m">RegistrationInfo must only appear within an Extensions element</xsl:with-param>
</xsl:call-template>
Expand Down

0 comments on commit 7b8936f

Please sign in to comment.