- Timestamp:
- Jun 21, 2014, 10:39:58 PM (10 years ago)
- Branches:
- clfs-3.0.0-sysvinit, sysvinit
- Children:
- a88e398f
- Parents:
- 07323bb
- git-author:
- Chris Staub <chris@…> (06/21/14 22:39:32)
- git-committer:
- Chris Staub <chris@…> (06/21/14 22:39:58)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/stylesheets/wget.xsl
r07323bb r9cdb9bf 24 24 25 25 <xsl:template match="ulink"> 26 <!-- Packages. If some package do n't have the string ".tar." in their27 name, the next test must be fixed to match it also. -->26 <!-- Packages. If some package doesn't have the string ".tar." or 27 ".tgz" in its name, the next test must be fixed to match it also. --> 28 28 <xsl:if test="contains(@url, '.tar.') or contains(@url, '.tgz')"> 29 29 <xsl:value-of select="@url"/> … … 31 31 </xsl:if> 32 32 <!-- Patches. Match only the patches and skip possible duplicated 33 URLs due that may be splittedfor PDF output-->33 URLs that may be split for PDF output--> 34 34 <xsl:if test="contains(@url, '&patches-root;') and @url != '&patches-root;' 35 35 and not(ancestor-or-self::*/@condition = 'pdf')">
Note:
See TracChangeset
for help on using the changeset viewer.