Webmastersite.net
Register Log In

RSS Parser

Comments on RSS Parser

webflair
Forum Regular

Usergroup: Customer
Joined: Nov 27, 2006

Total Topics: 187
Total Comments: 465
RSS Parser
Posted Sep 25, 2012 - 8:49 PM:

Is there any way of customising the feed that RSS parser parses, using template variables. For example...

<!-- BEGIN http://myblog.co.uk/tag/{LINKTITLE}/feed/ RSS -->
<!-- BEGIN ROW -->
From {RSSDATE}:<br />
<a href="{RSSLINK}">{RSSTITLE}</a> - {RSSDESCRIPTION}<br />
<!-- END ROW -->
<!-- END http://myblog.co.uk/tag/{LINKTITLE}/feed/ RSS -->


The above doesn't work, but if it did it would fetch all posts from my blog that have a tag the same is the listing title. Very handy, but as I say it doesn't work.

Also, can you possibly make it so that your parser can parse images in RSS enclosure

Thanks

Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7867
Paul
Posted Oct 05, 2012 - 5:42 AM:

I would've thought the template variables would work actually, not intentionally but by the accident of how the code is ordered. Are you sure it's not a spaces/special characters problem? For example a title "two words" would break a URL because spaces need to be encoded as %20.

Can you give me an example of what an rss image enclosure looks like?
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.