From 35a244f4d19c2accac5ccb2c553be11150aa25d8 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 29 Oct 2014 19:20:16 +0100 Subject: Added ATOM namespace declaration * commit `71a637` in upstream _InputXSLT_ activated namespace comprehension for `InputXSLT:read-file` and `InputXSLT:external-command` ** this caused both the article and the repository feed queries to fail as they are inside the ATOM namespace --- source/01_raw/article_feed.xsl | 3 ++- source/01_raw/repository_feeds.xsl | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'source') diff --git a/source/01_raw/article_feed.xsl b/source/01_raw/article_feed.xsl index 6a55925..96f918d 100644 --- a/source/01_raw/article_feed.xsl +++ b/source/01_raw/article_feed.xsl @@ -2,6 +2,7 @@ @@ -17,7 +18,7 @@ + )/self::command/atom:feed/atom:entry[position() <= $root/meta/overview/article_count]"/> 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 @@ @@ -18,7 +19,7 @@ + )/self::command/atom:feed/atom:entry"/> -- cgit v1.2.3