![]() | ![]() |
|
Welcome to the HEXUS.community discussion forums forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and other features. By joining our free community you will have access to post topics, respond to polls and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! |
|
|||||||
| Software and web development Databases, graphics, programming, scripting and web development. |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Member
Join Date: May 2006
Posts: 183
Thanks: 1
Thanked 1 Time in 1 Post
|
RSS Aggregator
Hello,
I am currently developing a website for a Solicitors Practice (based around Joomla). They have asked to be able to display legal news on their website. I have been able to successfully pull headers and description from the relevant websites but the only way you can view the content is by clicking on the link and going to the website displaying the content. Does anyone know of any tools, modules, components etc that can pull whole RSS articles? I have contacted the site owners who publish the rss feed and they have basically said they will not publish the whole article as part of the RSS but if I can figure out a way to do it they are happy for me to use the content (as long as I make reference to them). Any feedback would be appreciated. |
|
|
|
|
|
|
#2 (permalink) |
|
Senior Member
Join Date: Jul 2004
Location: Somerset
Posts: 1,720
Thanks: 9
Thanked 6 Times in 5 Posts
|
Re: RSS Aggregator
Since the content of the article is completely separate from the RSS you'd have to fetch it in a completely different way. You have the URL of the article in the RSS feed, so you could go fetch the content from that URL, parse the HTML so that you get something useable for your website and display that.
I'd be inclined to just tell them it can't be done rather than do that though, since that's a really bad way of doing it and I can't see any other, unless you can convince them to provide some kind of web service to get access to the content. |
|
|
|
|
|
#3 (permalink) |
|
Gentoo Ricer
Join Date: Jan 2005
Location: /var/portage
Posts: 4,115
Thanks: 14
Thanked 101 Times in 96 Posts
|
Re: RSS Aggregator
As above, you can just pull the page the feeds points to and parse out the relevant <dev> tagname that contains the text. And if they don't have their articles properly encapsulated with <dev>'s, then that's the solution on their end
![]() |
|
Main Rig -> J&W RS780UVD-AM2+ | AMD X4 9750 | 4x2GB GieL PC2-6400 | 2x500GB (md-raid0) | Sapphire HD4870 | Gentoo (AMD64) Server Box -> Asus P5B-E Plus | C2D E6320 | 2x1GB OCZ PC2-8500 | 4x500GB (md-raid5) | BFG 8800GTS 320Mb | Gentoo (Hardened/AMD64) Test Box -> P4E 3.2Ghz Rev. E0 | Asus P4C800-E Deluxe | 2x1GB PC3200 | 1x500Gb | NVidia TNT 2 | Gentoo (X86) Currently breaking: eINIT
|
|
|
![]() |
| Breadcrumb | ||||||
|
||||||
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Including an RSS feed. | realm | Software and web development | 2 | 08-09-2006 08:40 AM |
| Its all gone RSS..... | MD | General discussion | 5 | 25-01-2006 03:19 PM |
| HEXUS RSS newsfeed? | Artic_Kid | General discussion | 8 | 24-11-2005 12:24 PM |
| HEXUS.guide: What is RSS? | Steve | HEXUS.right2reply | 0 | 28-07-2005 01:21 PM |
| RSS Parsing and PHP Include | DR | Software and web development | 4 | 04-07-2005 09:15 PM |