|
|
#1 |
|
New Member
![]() Join Date: Nov 2009
Posts: 1
|
Question:
How do I create, or automate a process of creating web pages from one or more RSS feed(s)? What I want to accomplish: 1. I have a web site, for example, www.MySite.com 2. I want to post RSS feed(s) to MySite.com, for example, a feed from NBA (http://www.nba.com/rss/nba_rss.xml) 3. I want to make it so each feed has its own unique web page URL, most likely a sentence of the feed it self. For example, www.MySite.com/2009/10/feed_from_nba_001:whatever_the_story_is / www.MySite.com/2009/10/feed_from_nba_002:whatever_the_story_is / www.MySite.com/2009/10/feed_from_nba_003:whatever_the_story_is / www.MySite.com/2009/10/feed_from_nba_004:whatever_the_story_is / www.MySite.com/2009/10/feed_from_nba_005:whatever_the_story_is / www.MySite.com/2009/10/feed_from_nba_006:whatever_the_story_is / . . . . www.MySite.com/2009/11/feed_from_nba_001:whatever_the_story_is / www.MySite.com/2009/11/feed_from_nba_002:whatever_the_story_is / www.MySite.com/2009/11/feed_from_nba_003:whatever_the_story_is / www.MySite.com/2009/11/feed_from_nba_004:whatever_the_story_is / www.MySite.com/2009/11/feed_from_nba_005:whatever_the_story_is / . . . . . How would I accomplish this? And I will most likely do this on my WordPress blog page. Any help appreciated. I know this is possible because it has been done, I would really want to learn how to do this as well. Thank you very very much for help in advance |
|
|
|
|
|
#2 |
|
Silver Member
![]() Join Date: Aug 2009
Posts: 109
|
im not sure about wordpress but you can do it with php a few ways. Theres a book called 'No nonsense xml web development' with PHP which is quite good.
Also, the php website: http://uk.php.net/manual/en/domdocument.load.php (you need to be on php5) for php theres also simplexml, xpath and I think a few others. |
|
|
|
![]() |
| Tags |
| automatically, blog, feed, rss, url |
| Thread Tools | |
| Display Modes | |
|
|