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

Commit

Permalink
Highlight service providers with KeyName elements.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jan 13, 2014
1 parent 18cd6e3 commit 2da98c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mdx/_rules/check_future_0.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,10 @@
-->
<xsl:import href="check_framework.xsl"/>

<xsl:template match="md:SPSSODescriptor[descendant::ds:KeyName]">
<xsl:call-template name="error">
<xsl:with-param name="m">service provider with KeyName element</xsl:with-param>
</xsl:call-template>
</xsl:template>

</xsl:stylesheet>

0 comments on commit 2da98c2

Please sign in to comment.