summaryrefslogtreecommitdiff
path: root/xslt/normalize.xsl
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2012-06-18 18:44:43 +0200
committerLeif Johansson <leifj@sunet.se>2012-06-18 18:44:43 +0200
commit17ce91e37d2755c255e2a53156fe378e6b59de2d (patch)
tree29a924f24547b014b185e0795f6254562345ed8b /xslt/normalize.xsl
parentc2b1676c4353a57adb0fce66ae654e35c38e6073 (diff)
remove validUntil and cacheDuration in output
Diffstat (limited to 'xslt/normalize.xsl')
-rw-r--r--xslt/normalize.xsl2
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/>