summaryrefslogtreecommitdiff
path: root/xslt
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2013-06-12 12:26:31 +0200
committerLeif Johansson <leifj@sunet.se>2013-06-12 12:26:31 +0200
commitbb7b425b968dfaf2ca72409ed38fb4dcce6dffae (patch)
treeb74703a547ab6a650911d1c805b6a235cc6c919c /xslt
parented0c22e3daba1a577c8bd8a26a2b6cabe45bae8a (diff)
improve cleanup
Diffstat (limited to 'xslt')
-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"/>