Changeset b10d32b
- Timestamp:
- Jun 21, 2014, 2:47:13 AM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- 8dc980e
- Parents:
- c354584
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/stylesheets/wget.xsl
rc354584 rb10d32b 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.