diff options
author | Fredrik Åslund <fredrik.aslund@umu.se> | 2013-06-12 13:40:43 +0200 |
---|---|---|
committer | Fredrik Åslund <fredrik.aslund@umu.se> | 2013-06-12 13:40:43 +0200 |
commit | 5a4700a3083ac63aec225fc372c4361194540d63 (patch) | |
tree | 4e964ce1542e4ca2b04c648d56f006f87170550f | |
parent | 230f35233309627c29e3959d7b77a33171b46b7e (diff) |
indentation added
-rw-r--r-- | xslt/clean-entitydescriptor.xsl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xslt/clean-entitydescriptor.xsl b/xslt/clean-entitydescriptor.xsl index d62f278a..a1407785 100644 --- a/xslt/clean-entitydescriptor.xsl +++ b/xslt/clean-entitydescriptor.xsl @@ -8,8 +8,9 @@ xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:shibmd="urn:mace:shibboleth:metadata:1.0"> - <xsl:output method="xml" encoding="UTF-8"/> + <xsl:output method="xml" indent="yes" encoding="UTF-8"/> <xsl:param name="indent-increment" select="' '"/> + <xsl:strip-space elements="*" /> <xsl:template match="@ID"/> <xsl:template match="@validUntil"/> |