Results 1 to 3 of 3

Thread: RSS Merger/Splicer Script

  1. #1
    Join Date
    May 2008
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default RSS Merger/Splicer Script

    Hi, I've looked through the XML/RSS section of Dynamic Drive and didn't find what I'm looking for so I'll ask here.

    I need a javascript (or similar script) that will take several rss feeds that I put in a php or javascript file and will create a .rss file combining all the feeds displayed in chronological order (Newest first) and will show only the title. Preferably I would also like to be able to display the feed by putting a javascript include on the page (Like <SCRIPT LANGUAGE="JavaScript" SRC="rssfeed.js"></SCRIPT>) that would follow the sites style information.

    Is this even possible and if it is were can I find something like this?

    Thanks

  2. #2
    Join Date
    May 2008
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Does anyone have any ideas? If it's not possible just tell me please.

  3. #3
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    It certainly is possible, but I doubt something like this exists.

    Google will turn up plenty of examples on creating and parsing XML/RSS files with PHP. You could parse an RSS feed...store the titles and the create a new RSS feed.

    I'm not sure about the javascript part. I've never heard of javascript being applied to RSS feeds.

    A RSS parsing class might be your first search on google to get you started.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •