Changeset 07323bb
- Timestamp:
- Jun 21, 2014, 2:48:04 AM (10 years ago)
- Branches:
- clfs-3.0.0-sysvinit, sysvinit
- Children:
- 9cdb9bf
- Parents:
- 6618f6f
- git-author:
- Chris Staub <chris@…> (06/21/14 02:47:13)
- git-committer:
- Chris Staub <chris@…> (06/21/14 02:48:04)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/stylesheets/wget.xsl
r6618f6f r07323bb 32 32 <!-- Patches. Match only the patches and skip possible duplicated 33 33 URLs due that may be splitted for PDF output--> 34 <xsl:if test="contains(@url, ' .patch') and contains(@url, '&patches-root;')34 <xsl:if test="contains(@url, '&patches-root;') and @url != '&patches-root;' 35 35 and not(ancestor-or-self::*/@condition = 'pdf')"> 36 36 <xsl:value-of select="@url"/>
Note:
See TracChangeset
for help on using the changeset viewer.