diff options
-rw-r--r-- | xslt/guyancourt.xslt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/guyancourt.xslt b/xslt/guyancourt.xslt index 0bfece6..235879b 100644 --- a/xslt/guyancourt.xslt +++ b/xslt/guyancourt.xslt @@ -3,7 +3,7 @@ <xsl:output method="xml" indent="yes"/> <xsl:template match="/"> <items> - <xsl:for-each select="/rss/channel/item"> + <xsl:for-each select="/rss/channel/*/item"> <item> <name>Ville de Guyancourt : <xsl:value-of select="title"/></name> <link><xsl:value-of select="link"/></link> |