diff options
Diffstat (limited to 'xslt/clean-entitydescriptor.xsl')
-rw-r--r-- | xslt/clean-entitydescriptor.xsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xslt/clean-entitydescriptor.xsl b/xslt/clean-entitydescriptor.xsl index a1407785..c1c31df9 100644 --- a/xslt/clean-entitydescriptor.xsl +++ b/xslt/clean-entitydescriptor.xsl @@ -15,6 +15,7 @@ <xsl:template match="@ID"/> <xsl:template match="@validUntil"/> <xsl:template match="@cacheDuration"/> + <xsl:template match="ds:Signature"/> <xsl:template match="text()|comment()|@*"> <xsl:copy/> |