Skip to content

Commit

Permalink
Reverse appearance of [M] (now [not-M]) in the entities by member sec…
Browse files Browse the repository at this point in the history
…tion, now that almost everything is processed.
  • Loading branch information
iay committed Jun 5, 2007
1 parent 9664b49 commit 4311a9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.23 2007/05/23 13:29:52 iay Exp $
$Id: statistics.xsl,v 1.24 2007/06/05 10:47:45 iay Exp $
-->
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
Expand Down Expand Up @@ -598,7 +598,7 @@
<xsl:for-each select="$matched">
<li>
<xsl:value-of select="@ID"/>:
<xsl:if test="md:Extensions/uklabel:UKFederationMember">[M] </xsl:if>
<xsl:if test="not(md:Extensions/uklabel:UKFederationMember)">[not-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>
Expand Down

0 comments on commit 4311a9a

Please sign in to comment.