Skip to content

Commit

Permalink
Fuzz the recognition of Atypon SAML SP entities until we establish a …
Browse files Browse the repository at this point in the history
…consistent convention in the fragment files.
  • Loading branch information
iay committed Mar 20, 2009
1 parent 8fd29b2 commit 3520dab
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 @@ -1513,6 +1513,7 @@
[@name != 'Guanxi']
[@name != 'simpleSAMLphp']
[@name != 'Atypon SAML SP']
[@name != 'Atypon SAML SP 1.1/2.0']
[@name != 'AthensIM']
]"/>
<xsl:variable name="entities.misc.out"
Expand Down Expand Up @@ -1541,7 +1542,8 @@
-->
<xsl:variable name="entities.atyponsamlsp.in" select="$entities.simplesamlphp.out"/>
<xsl:variable name="entities.atyponsamlsp"
select="$entities.atyponsamlsp.in[md:Extensions/uklabel:Software/@name='Atypon SAML SP']"/>
select="$entities.atyponsamlsp.in[md:Extensions/uklabel:Software/@name='Atypon SAML SP'] |
$entities.atyponsamlsp.in[md:Extensions/uklabel:Software/@name='Atypon SAML SP 1.1/2.0']"/>
<xsl:variable name="entities.atyponsamlsp.out"
select="set:difference($entities.atyponsamlsp.in, $entities.atyponsamlsp)"/>

Expand Down

0 comments on commit 3520dab

Please sign in to comment.