MagpieRSS-Problem

Spranta

Erfahrenes Mitglied
Hallo

ich benutze MagpieRSS in der neusten Version nun habe ich einen RSS Feed der wie folgt aufgebaut ist
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title></title>
<link></link>
<description></description>
<pubDate></pubDate>
<language></language>
<item>
<title></title>
<guid></guid>
<link></link>
<pubDate></pubDate>
<country></country>
<description></description>
<content></content>
<image url="http://www.test.de/1.jpg"></image>
</item>
</channel>
</rss>

wie komme ich nun an die URL die im Tag <image> drinsteht?

Gruß
Spranta
 
Zuletzt bearbeitet:
Zurück