Phasing an error filled rss feed ...

Discussion in 'XML & RSS' started by coolbeansdude51, Mar 20, 2009.

  1. #1
    I am attempting to phase an ill formed rss feed. Actually a couple of them. They don't validate via the w3 validator and I don't have the power/control to make them validate. I am stuck with them.

    I am using PHP to attempt to phase them.

    So far I have already tried:
    simpleXML
    xmlReader
    magpierss

    None of them can phase the rss feed.

    Anyone have any suggestions?

    The feeds are:
    http://blink-cms.bethel.edu/channels/news-events/bethel-news-viewer/rss.xml
    http://www.bethel.edu/news/bu-news/rss.xml
    http://www.bethel.edu/e-news/rss.xml

    Thanks in advance for you wisdom and knowledge.

    -coolbeansdude51
     
    coolbeansdude51, Mar 20, 2009 IP
  2. kmpoaquests

    kmpoaquests Active Member

    Messages:
    55
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    63
    #2
    if you're using any tags that are old or deprecated that could be your problem. If you check ws3 they usually tell you what file is causing the problem and at what line.
     
    kmpoaquests, Mar 20, 2009 IP