Skip to content

Commit

Permalink
Add [IdP] / [SP] tags to each member entity.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed May 7, 2007
1 parent 8722246 commit c26784e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/statistics.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Author: Ian A. Young <ian@iay.org.uk>
$Id: statistics.xsl,v 1.20 2007/04/19 15:42:05 iay Exp $
$Id: statistics.xsl,v 1.21 2007/05/07 14:08:32 iay Exp $
-->
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
Expand Down Expand Up @@ -572,6 +572,8 @@
<li>
<xsl:value-of select="@ID"/>:
<xsl:if test="md:Extensions/uklabel:UKFederationMember">[M] </xsl:if>
<xsl:if test="md:IDPSSODescriptor">[IdP] </xsl:if>
<xsl:if test="md:SPSSODescriptor">[SP] </xsl:if>
<code><xsl:value-of select="@entityID"/></code>
</li>
</xsl:for-each>
Expand Down

0 comments on commit c26784e

Please sign in to comment.