diff options
author | Leif Johansson <leifj@sunet.se> | 2010-12-15 22:05:04 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2010-12-15 22:05:04 +0100 |
commit | 81cb149e70800db8d03079fe625f757da8d41a11 (patch) | |
tree | 997fedd06f2f9a7448f871f9eb3d25b1d59002f7 /xslt | |
parent | 2db2a24b0dc066d254c2a6fac471a092740c5691 (diff) |
clean out validUntil and cacheDuration
Diffstat (limited to 'xslt')
-rw-r--r-- | xslt/clean-entitydescriptor.xsl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xslt/clean-entitydescriptor.xsl b/xslt/clean-entitydescriptor.xsl index d4ef16ff..4f619ab3 100644 --- a/xslt/clean-entitydescriptor.xsl +++ b/xslt/clean-entitydescriptor.xsl @@ -9,6 +9,8 @@ xmlns:shibmd="urn:mace:shibboleth:metadata:1.0"> <xsl:template match="@ID"/> + <xsl:template match="@validUntil"/> + <xsl:template match="@cacheDuration"/> <xsl:template match="text()|comment()|@*"> <xsl:copy/> |