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

Commit

Permalink
Only note when an exported entity does NOT have SAML 2.0 support, as …
Browse files Browse the repository at this point in the history
…currently all do.
  • Loading branch information
iay committed May 23, 2014
1 parent 0e79583 commit 49713c0
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions mdx/uk/statistics.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1186,19 +1186,14 @@
<xsl:text>)</xsl:text>
</xsl:otherwise>
</xsl:choose>
<ul>
<li>
<xsl:choose>
<xsl:when test="descendant::*[contains(@protocolSupportEnumeration,
'urn:oasis:names:tc:SAML:2.0:protocol')]">
Supports SAML 2.0
</xsl:when>
<xsl:otherwise>
No SAML 2.0 support
</xsl:otherwise>
</xsl:choose>
</li>
</ul>
<xsl:if test="not(descendant::*[contains(@protocolSupportEnumeration,
'urn:oasis:names:tc:SAML:2.0:protocol')])">
<ul>
<li>
No SAML 2.0 support
</li>
</ul>
</xsl:if>
</li>
</xsl:for-each>
</ul>
Expand Down

0 comments on commit 49713c0

Please sign in to comment.