aboutsummaryrefslogtreecommitdiff
path: root/source/01_raw/repository_feeds.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'source/01_raw/repository_feeds.xsl')
-rw-r--r--source/01_raw/repository_feeds.xsl3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/01_raw/repository_feeds.xsl b/source/01_raw/repository_feeds.xsl
index 24cc2d8..961c08a 100644
--- a/source/01_raw/repository_feeds.xsl
+++ b/source/01_raw/repository_feeds.xsl
@@ -2,6 +2,7 @@
<xsl:stylesheet
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:InputXSLT="function.inputxslt.application"
exclude-result-prefixes="InputXSLT"
>
@@ -18,7 +19,7 @@
<entry handle="{@handle}">
<xsl:apply-templates mode="remove_namespace" select="InputXSLT:external-command(
concat('./utility/fetch_feed.sh ', feed/text())
- )/self::command/feed/entry"/>
+ )/self::command/atom:feed/atom:entry"/>
</entry>
</xsl:template>