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

Commit

Permalink
Remove xsi:type from imported entity attribute values.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jul 10, 2015
1 parent 86ef4c0 commit 0f72981
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mdx/clean-import.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"
xmlns:mdxTextUtils="xalan://uk.ac.sdss.xalan.md.TextUtils"
xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
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"
extension-element-prefixes="mdxTextUtils">
Expand Down Expand Up @@ -40,6 +42,9 @@
<!-- Remove any embedded signatures -->
<xsl:template match="ds:Signature"/>

<!-- Remove xsi:type from any entity attribute values. -->
<xsl:template match="saml:AttributeValue/@xsi:type"/>

<!--
Normalise whitespace in X509Certificate elements.
-->
Expand Down

0 comments on commit 0f72981

Please sign in to comment.