From 0f7298123db03bbfa795be4023947dc21117570a Mon Sep 17 00:00:00 2001 From: Ian Young Date: Fri, 10 Jul 2015 13:51:44 +0000 Subject: [PATCH] Remove xsi:type from imported entity attribute values. --- mdx/clean-import.xsl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mdx/clean-import.xsl b/mdx/clean-import.xsl index 17a112a5..029642f8 100644 --- a/mdx/clean-import.xsl +++ b/mdx/clean-import.xsl @@ -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"> @@ -40,6 +42,9 @@ + + +