Skip to content

Commit

Permalink
Remove xsi:type from imported entity attribute values
Browse files Browse the repository at this point in the history
See ukf/ukf-meta#147.
  • Loading branch information
iay committed Oct 21, 2017
1 parent 9f94f11 commit 4a9c79a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions mdx/uk/import.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,17 @@
<xsl:template match="mdrpi:RegistrationInfo"/>


<!--
*************************************
*** ***
*** X S I N A M E S P A C E ***
*** ***
*************************************
-->

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

<!--
*********************************************
*** ***
Expand Down

0 comments on commit 4a9c79a

Please sign in to comment.