From 842892f3909e04146956ec040fd05782e6ccdbfe Mon Sep 17 00:00:00 2001 From: Ian Young Date: Wed, 28 Apr 2021 14:09:12 +0100 Subject: [PATCH] Hoist "alg" namespace in fallback aggregate Phase three (final) of ukf/ukf-meta#98. --- mdx/uk/README.md | 3 --- mdx/uk/ns_norm_back.xsl | 23 +---------------------- 2 files changed, 1 insertion(+), 25 deletions(-) diff --git a/mdx/uk/README.md b/mdx/uk/README.md index ba200d8a..0e38cc00 100644 --- a/mdx/uk/README.md +++ b/mdx/uk/README.md @@ -80,6 +80,3 @@ Status: * The `production` aggregate adds `` elements with AES128-CBC to SPs that have no block encryption methods listed - -* The `production` aggregate declares the `alg` namespace on the document element, - rather than on each `` or `` element. diff --git a/mdx/uk/ns_norm_back.xsl b/mdx/uk/ns_norm_back.xsl index 5d82e4df..8cab69cf 100644 --- a/mdx/uk/ns_norm_back.xsl +++ b/mdx/uk/ns_norm_back.xsl @@ -40,7 +40,7 @@ xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - exclude-result-prefixes="alg md xenc" + exclude-result-prefixes="md xenc" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="urn:oasis:names:tc:SAML:2.0:metadata"> @@ -93,27 +93,6 @@ - - - - - - - - - - -