From 04d944fe9d0a4a42356f584116a3fb29ab09ddc2 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Wed, 8 Feb 2017 15:02:41 +0000 Subject: [PATCH] Hoist mdattr and saml prefix definitions in export preview aggregate See ukf/ukf-meta#103 and ukf/ukf-meta#105. --- mdx/uk/README.md | 7 +++++-- mdx/uk/ns_norm_export_preview.xsl | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/mdx/uk/README.md b/mdx/uk/README.md index 64b27758..17ebb0f6 100644 --- a/mdx/uk/README.md +++ b/mdx/uk/README.md @@ -28,9 +28,12 @@ before being included in the `export` version consumed by interfederation partne ### Export Preview Aggregate vs. Export Aggregate -Status (2017-01-27): +Status (2017-02-08): -* these two aggregates are currently identical. +* The export preview aggregate defines the `saml` namespace prefix (used by entity attributes) on the document element +instead of in each SAML ``. (2017-02-08) +* The export preview aggregate defines the `mdattr` namespace prefix (used by entity attributes) on the document element +instead of in each `` element. (2017-02-08) ## Production Maturity Pipeline diff --git a/mdx/uk/ns_norm_export_preview.xsl b/mdx/uk/ns_norm_export_preview.xsl index f5c3833b..59e402e6 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:wayf="http://sdss.ac.uk/2006/06/WAYF" - exclude-result-prefixes="alg md mdattr saml ukfedlabel wayf" + exclude-result-prefixes="alg md ukfedlabel wayf" 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">