From afa0b721725eb19f54243b41901035734d459999 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Tue, 10 May 2011 17:05:39 +0000 Subject: [PATCH] Normalise alg:*. Normalise md:EncryptionMethod. --- build/import.xsl | 96 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 94 insertions(+), 2 deletions(-) diff --git a/build/import.xsl b/build/import.xsl index b0fa912d..e91ad869 100644 --- a/build/import.xsl +++ b/build/import.xsl @@ -27,6 +27,7 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:alg="urn:oasis:names:tc:SAML:metadata:algsupport" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:idpdisc="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" xmlns:init="urn:oasis:names:tc:SAML:profiles:SSO:request-init" @@ -40,7 +41,7 @@ xmlns:xalan="http://xml.apache.org/xalan" - exclude-result-prefixes="idpdisc init md xalan" + exclude-result-prefixes="alg idpdisc init md xalan" xmlns="urn:oasis:names:tc:SAML:2.0:metadata"> @@ -60,6 +61,7 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +