diff options
Diffstat (limited to 'xslt/clean-entitydescriptor.xsl')
-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/> |