Hallo,
I tried to include an external feed to my page. My feed XML looks like this:
<rss version="2.0">
<channel>
<title>Teamwebsite: SPO</title>
<link>http://davm/SPO/Forms/AllItems.aspx</link>
<description>RSS-Feed für die Liste 'SPO'.</description>
<lastBuildDate>Sat, 05 Jan 2008 10:50:22 GMT</lastBuildDate>
<generator>Windows SharePoint Services V3 RSS Generator</generator>
<ttl>60</ttl>
<image>
<title>Teamwebsite: SPO</title>
<url>/_layouts/images/homepage.gif</url>
<link>http://davm/SPO/Forms/AllItems.aspx</link>
</image>
<item>
<title>Wiki-Seite mit Kalender</title>
<link>http://davm/SPO/Forms/DispForm.aspx?ID=1</link>
<description><![CDATA[<div>Geändert: 05.01.2008
11:46</div><div>Geändert von: WSS\administrator</div><div>Titel:
Screenshot</div>]]></description>
<author>WSS\administrator</author>
<pubDate>Wed, 21 Nov 2007 16:03:06 GMT</pubDate>
<guid
isPermaLink="true">http://davm/SPO/Forms/DispForm.aspx?ID=1</guid>
</item>
</channel>
</rss>
I include my feed like this:
#set($myfeed=$xwiki.feed.getFeed("http://irrlichter.net/listfeed.xml"))
That just works and I'm able to access title and link like this:
${myfeed.getTitle()} --> "Teamwebsite: SPO"
${myfeed.getLink()} --> "http://davm/SPO/Forms/AllItems.aspx "
But how do I access specific nodes like "<lastBuildDate>"?
I hope someone could help me.
Christoph
--
View this message in context:
http://www.nabble.com/Access-SyndFeed-object-tp15002046p15002046.html
Sent from the XWiki- Users mailing list archive at
Nabble.com.