Changeset 2597
- Timestamp:
- 09/10/06 03:01:43 (2 years ago)
- Files:
-
- branches/clfs-1.0/BOOK/stylesheets/wget.xsl (modified) (1 diff)
- branches/clfs-2.0/BOOK/stylesheets/wget.xsl (modified) (1 diff)
- trunk/BOOK/stylesheets/wget.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/clfs-1.0/BOOK/stylesheets/wget.xsl
r625 r2597 26 26 <!-- Packages. If some package don't have the string ".tar." in their 27 27 name, the next test must be fixed to match it also. --> 28 <xsl:if test="contains(@url, '.tar.') ">28 <xsl:if test="contains(@url, '.tar.') or contains(@url, '.tgz')"> 29 29 <xsl:value-of select="@url"/> 30 30 <xsl:text>
</xsl:text> branches/clfs-2.0/BOOK/stylesheets/wget.xsl
r1697 r2597 26 26 <!-- Packages. If some package don't have the string ".tar." in their 27 27 name, the next test must be fixed to match it also. --> 28 <xsl:if test="contains(@url, '.tar.') ">28 <xsl:if test="contains(@url, '.tar.') or contains(@url, '.tgz')"> 29 29 <xsl:value-of select="@url"/> 30 30 <xsl:text>
</xsl:text> trunk/BOOK/stylesheets/wget.xsl
r625 r2597 26 26 <!-- Packages. If some package don't have the string ".tar." in their 27 27 name, the next test must be fixed to match it also. --> 28 <xsl:if test="contains(@url, '.tar.') ">28 <xsl:if test="contains(@url, '.tar.') or contains(@url, '.tgz')"> 29 29 <xsl:value-of select="@url"/> 30 30 <xsl:text>
</xsl:text>
