diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-12-01 14:48:56 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-12-01 14:48:56 +0100 |
commit | beac2636e1dafd26980c6bf3d8f1ccdd1f576e97 (patch) | |
tree | 9a17750ce49dd6669fae04eb886e1469f9007450 | |
parent | 7fe0db182cdbb4a2b3a190ff15a237b1b1c7402e (diff) | |
download | Chimère - projet Saclay-beac2636e1dafd26980c6bf3d8f1ccdd1f576e97.tar.bz2 Chimère - projet Saclay-beac2636e1dafd26980c6bf3d8f1ccdd1f576e97.zip |
MAJ flux Guyancourt
-rw-r--r-- | xslt/guyancourt.xslt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/xslt/guyancourt.xslt b/xslt/guyancourt.xslt index 235879b..cebed26 100644 --- a/xslt/guyancourt.xslt +++ b/xslt/guyancourt.xslt @@ -3,12 +3,13 @@ <xsl:output method="xml" indent="yes"/> <xsl:template match="/"> <items> - <xsl:for-each select="/rss/channel/*/item"> + <xsl:for-each select="/nodes/node"> <item> - <name>Ville de Guyancourt : <xsl:value-of select="title"/></name> - <link><xsl:value-of select="link"/></link> - <description><xsl:value-of select="description"/></description> - <key>guyancourt-<xsl:value-of select="guid"/></key> + <name>Ville de Guyancourt : <xsl:value-of select="Titre"/></name> + <link><xsl:value-of select="Lien"/></link> + <description><xsl:value-of select="Corps"/></description> + <date><xsl:value-of select="Date"/></date> + <key>guyancourt-<xsl:value-of select="Titre"/><xsl:value-of select="Date"/></key> </item> </xsl:for-each> </items> |