From 51bb5a0bf28206e5e2027459c579d4a78621abcc Mon Sep 17 00:00:00 2001 From: Ian Young Date: Wed, 1 Jul 2020 16:28:00 +0100 Subject: [PATCH] Hoist "alg" namespace in preview aggregates See ukf/ukf-meta#98. --- mdx/uk/README.md | 10 +++++++--- mdx/uk/ns_norm_export_preview.xsl | 23 +---------------------- mdx/uk/ns_norm_test.xsl | 23 +---------------------- 3 files changed, 9 insertions(+), 47 deletions(-) diff --git a/mdx/uk/README.md b/mdx/uk/README.md index 034741a9..869e64c8 100644 --- a/mdx/uk/README.md +++ b/mdx/uk/README.md @@ -28,9 +28,10 @@ before being included in the `export` version consumed by interfederation partne ### Export Preview Aggregate vs. Export Aggregate -Status (2020-07-01): +Status (2020-07-21): -* These aggregates are currently identical. +* The `export-preview` aggregate declares the `alg` namespace on the document element, + rather than on each `` or `` element. ## Production Maturity Pipeline @@ -59,13 +60,16 @@ when it appeared in the fallback aggregate, which would be too late to take corr ### Test Aggregate vs. Production Aggregate -Status (2020-07-01): +Status (2020-07-21): * The `test` aggregate does not include the `` label (`ukf-meta#34`). * The `test` aggregate does not include the entity-level copy of the scopes for an identity provider (`ukf-meta#49`). +* The `test` aggregate declares the `alg` namespace on the document element, + rather than on each `` or `` element. + ### `cds-all` Aggregate vs. Production Aggregate diff --git a/mdx/uk/ns_norm_export_preview.xsl b/mdx/uk/ns_norm_export_preview.xsl index ebccf4ca..9e0d5ff2 100644 --- a/mdx/uk/ns_norm_export_preview.xsl +++ b/mdx/uk/ns_norm_export_preview.xsl @@ -33,7 +33,7 @@ xmlns:ukfedlabel="http://ukfederation.org.uk/2006/11/label" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" - exclude-result-prefixes="alg md ukfedlabel xenc" + exclude-result-prefixes="md ukfedlabel xenc" 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"> @@ -87,27 +87,6 @@ - - - - - - - - - - - - - - - - - - - - -