Skip to content

Commit

Permalink
Alphabetical order for namespaces, to ease maintenance.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Sep 21, 2012
1 parent 5fb4500 commit f48b421
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build/check_namespaces.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
xmlns:shibmd="urn:mace:shibboleth:metadata:1.0"
xmlns:ukfedlabel="http://ukfederation.org.uk/2006/11/label"
xmlns:wayf="http://sdss.ac.uk/2006/06/WAYF"

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns="urn:oasis:names:tc:SAML:2.0:metadata">
Expand Down Expand Up @@ -85,11 +86,11 @@
<xsl:apply-templates/>
</xsl:template>

<xsl:template match="wayf:*">
<xsl:template match="ukfedlabel:*">
<xsl:apply-templates/>
</xsl:template>

<xsl:template match="ukfedlabel:*">
<xsl:template match="wayf:*">
<xsl:apply-templates/>
</xsl:template>

Expand Down

0 comments on commit f48b421

Please sign in to comment.