summaryrefslogtreecommitdiff
path: root/xslt/clean-entitydescriptor.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xslt/clean-entitydescriptor.xsl')
-rw-r--r--xslt/clean-entitydescriptor.xsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/xslt/clean-entitydescriptor.xsl b/xslt/clean-entitydescriptor.xsl
index 4f619ab3..d62f278a 100644
--- a/xslt/clean-entitydescriptor.xsl
+++ b/xslt/clean-entitydescriptor.xsl
@@ -7,6 +7,9 @@
xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:shibmd="urn:mace:shibboleth:metadata:1.0">
+
+ <xsl:output method="xml" encoding="UTF-8"/>
+ <xsl:param name="indent-increment" select="' '"/>
<xsl:template match="@ID"/>
<xsl:template match="@validUntil"/>