diff options
Diffstat (limited to 'xslt')
-rw-r--r-- | xslt/normalize.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xslt/normalize.xsl b/xslt/normalize.xsl index c996192b..7de5a90f 100644 --- a/xslt/normalize.xsl +++ b/xslt/normalize.xsl @@ -12,7 +12,7 @@ <xsl:output method="xml" indent="yes" encoding="UTF-8"/> <xsl:template match="/md:EntitiesDescriptor"> - <xsl:comment> + <xsl:if test="$tou='true'"><xsl:comment> IMPORTANT NOTICE: READ CAREFULLY @@ -29,7 +29,7 @@ The Terms is available at If You do not accept these Terms, then You must not continue to use this Metadata. - </xsl:comment> + </xsl:comment></xsl:if> <md:EntitiesDescriptor> <xsl:attribute name="Name"><xsl:value-of select="@Name"/></xsl:attribute> <xsl:if test="@cacheDuration"> |