diff options
Diffstat (limited to 'xslt/normalize.xsl')
-rw-r--r-- | xslt/normalize.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/normalize.xsl b/xslt/normalize.xsl index 1abe4e05..95591fac 100644 --- a/xslt/normalize.xsl +++ b/xslt/normalize.xsl @@ -89,7 +89,7 @@ If You do not accept these Terms, then You must not continue to use this Metadat </xsl:if> </xsl:template> - <xsl:template match="@xml:base|@ID"/> + <xsl:template match="@xml:base|@ID|@validUntil|@cacheDuration"/> <xsl:template match="text()|comment()|@*"> <xsl:copy/> |