Skip to content

Commit

Permalink
Clarify the location of any misplaced mdui:UIInfo elements.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Feb 15, 2012
1 parent 3701bf0 commit 6c911ab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build/check_mdui.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,11 @@
</xsl:template>
<xsl:template match="md:Extensions[mdui:DiscoHints][not(parent::md:IDPSSODescriptor)]">
<xsl:call-template name="error">
<xsl:with-param name="m">DiscoHints appearing outside IDPSSODescriptor element</xsl:with-param>
<xsl:with-param name="m">
<xsl:text>DiscoHints appearing outside IDPSSODescriptor element (</xsl:text>
<xsl:value-of select="name(..)"/>
<xsl:text>)</xsl:text>
</xsl:with-param>
</xsl:call-template>
</xsl:template>

Expand Down

0 comments on commit 6c911ab

Please sign in to comment.