From a5782769044c0a01ca527ec06415d45c48e84716 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Wed, 17 Jun 2009 08:47:13 +0000 Subject: [PATCH] Don't allow the md or xalan namespace prefixes to escape into the output file. --- build/import.xsl | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/build/import.xsl b/build/import.xsl index 0f7aec94..c64f5da1 100644 --- a/build/import.xsl +++ b/build/import.xsl @@ -36,6 +36,8 @@ extension-element-prefixes="ukfxd ukftu" xmlns:xalan="http://xml.apache.org/xalan" + + exclude-result-prefixes="md xalan" xmlns="urn:oasis:names:tc:SAML:2.0:metadata"> @@ -271,6 +273,42 @@ + + + + + + + + + + + + + + + + + + + + + + + +