Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
RSS Feed Parsing + non-conform tags like <image>
Old 06-14-2006, 03:44 AM RSS Feed Parsing + non-conform tags like <image>
Experienced Talker

Posts: 40
Trades: 0
Hi there!

I tried to fetch all items from a RSS feed like this:

PHP Code:
<item>
  <
title>This is cool!</title
  <
link>http://www.mylink.com</link> 
  
<description>Funny stuff all day long.</description
  <
image>http://www.mylink.com/image.jpg</image> 
</item
I tried using magpie rss, lastRSS and some other php scripts and classes. It's easy to get the title, description etc. but I wasn't able to get the image tag.
Does anybody know a script / class that could help me to get all the tags I want from a RSS feed ????

Thanks for your help in advance.
screamfine is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-14-2006, 05:35 AM Re: RSS Feed Parsing + non-conform tags like <image>
Ultra Talker

Posts: 251
Location: Belgium, Antwerp, Zoersel
Trades: 0
You should be able to do that with lastRSS, just change

PHP Code:
var $itemtags = array('title''link''description''author''category''comments''enclosure''guid''pubDate''source'); 
to
PHP Code:
var $itemtags = array('title''link''description''author''category''comments''enclosure''guid''pubDate''source''image'); 
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Orodreth is offline
Reply With Quote
View Public Profile Visit Orodreth's homepage!
 
Reply     « Reply to RSS Feed Parsing + non-conform tags like <image>
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.10282 seconds with 12 queries