Skip to content

Commit

Permalink
Remove a redundant display of SAML 1.1 Artifact support by SPs.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jul 12, 2012
1 parent 9a39103 commit 75ba2c4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions mdx/uk/statistics.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -726,16 +726,6 @@
dual-nature entities (both identity and service providers in one).</p>
<p>Of these:</p>
<ul>
<li>
<p>
Support SAML 1.1 Browser/Artifact: <xsl:value-of select="$sps.artifact.saml1.count"/>
(<xsl:value-of select="format-number($sps.artifact.saml1.count div $spCount, '0.0%')"/>
of all SPs,
<xsl:value-of select="format-number($sps.artifact.saml1.count div $sps.saml1.count, '0.0%')"/>
of SAML 1.1 SPs).
</p>
</li>

<xsl:variable name="sp.slo" select="$sps[md:SPSSODescriptor/md:SingleLogoutService]"/>
<xsl:variable name="sp.slo.count" select="count($sp.slo)"/>
<li>
Expand Down

0 comments on commit 75ba2c4

Please sign in to comment.