From d9f6bdebf8105fcb97b6d4bc23b0948e59ff1401 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Thu, 12 May 2011 15:52:11 +0000 Subject: [PATCH] Clean up namespace declarations for clarity in future maintenance. Normalise alg namespace to not use a namespace prefix to avoid problems with metadatatool. --- build/master_ukfederation.xsl | 54 +++++++++++++++++++++++++++++++---- 1 file changed, 48 insertions(+), 6 deletions(-) diff --git a/build/master_ukfederation.xsl b/build/master_ukfederation.xsl index cdaf7ea0..5fcb41ca 100644 --- a/build/master_ukfederation.xsl +++ b/build/master_ukfederation.xsl @@ -13,16 +13,17 @@ --> + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + exclude-result-prefixes="alg members"> @@ -145,6 +146,16 @@ + + + + @@ -166,6 +177,37 @@ + + + + + + + + + + + + + + +