Fixed the download of the Tree package.

This commit is contained in:
Manuel Canales Esparcia 2006-03-27 18:08:16 +00:00
parent a6b81cd9f6
commit c6b24b40df

View file

@ -16,7 +16,7 @@
<!-- Packages. If some package don't have the string ".tar." in their <!-- Packages. If some package don't have the string ".tar." in their
name, the next test must be fixed to match it also. Skip possible name, the next test must be fixed to match it also. Skip possible
duplicated URLs due that may be splitted for PDF output --> duplicated URLs due that may be splitted for PDF output -->
<xsl:if test="contains(@url, '.tar.') <xsl:if test="(contains(@url, '.tar.') or contains(@url, '.tgz'))
and not(ancestor-or-self::*/@condition = 'pdf')"> and not(ancestor-or-self::*/@condition = 'pdf')">
<xsl:value-of select="@url"/> <xsl:value-of select="@url"/>
<xsl:text>&#x0a;</xsl:text> <xsl:text>&#x0a;</xsl:text>