From e86e9c4f234da49334a16ea6a93da0f1d519a688 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Wed, 15 Jul 2026 23:45:46 +0200 Subject: [PATCH] Make wget-list.xsl and md5sums.xsl more robust Those stylesheets selected download urls by seeking some pattern in their content. Those patterns may need to be adjusted if a new type of file is downloaded. We prefer to seek urls inside containing "Download", which is the norm in chapter 3. The condition is also that those are in a . --- stylesheets/md5sum.xsl | 8 ++------ stylesheets/wget-list.xsl | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/stylesheets/md5sum.xsl b/stylesheets/md5sum.xsl index 1e428262b..4f2e8e22f 100644 --- a/stylesheets/md5sum.xsl +++ b/stylesheets/md5sum.xsl @@ -8,18 +8,14 @@ - + - + diff --git a/stylesheets/wget-list.xsl b/stylesheets/wget-list.xsl index f9f17b08b..272b66df1 100644 --- a/stylesheets/wget-list.xsl +++ b/stylesheets/wget-list.xsl @@ -9,18 +9,14 @@ - + - +