Skip to content

Commit

Permalink
Revert previous change as it turns out it puts us beyond the simultan…
Browse files Browse the repository at this point in the history
…eous scopes threshold for metadatatool.
  • Loading branch information
iay committed Aug 11, 2012
1 parent da7f66e commit 422a93d
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion mdx/uk/ns_norm_export.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
xmlns:ukfedlabel="http://ukfederation.org.uk/2006/11/label"
xmlns:wayf="http://sdss.ac.uk/2006/06/WAYF"

exclude-result-prefixes="md mdattr elab saml"
exclude-result-prefixes="alg md mdattr elab saml"
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 @@ -93,4 +93,25 @@
</xsl:template>


<!--
*************************************
*** ***
*** A L G N A M E S P A C E ***
*** ***
*************************************
-->


<!--
alg:*
Normalise namespace to not use a prefix.
-->
<xsl:template match="alg:*">
<xsl:element name="{local-name()}" namespace="urn:oasis:names:tc:SAML:metadata:algsupport">
<xsl:apply-templates select="node()|@*"/>
</xsl:element>
</xsl:template>


</xsl:stylesheet>

0 comments on commit 422a93d

Please sign in to comment.