RSS to HTML parsing program with formatting

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mwpole@googlemail.com

    RSS to HTML parsing program with formatting

    Hello,

    I have been looking for a RSS parser to display RSS feeds within a web
    page. The solutions I have found allow the display for the list to be
    set, but do not include the formatting used in the source article, eg
    paragraphs.

    Is it possible to display an RSS feed article with the same formatting
    as the source? Is there a solution to do this?

    Thanks in advance,
    mick

  • Kevin Wells

    #2
    Re: RSS to HTML parsing program with formatting

    In message <1173357325.865 742.300910@t69g 2000cwt.googleg roups.com>
    mwpole@googlema il.com wrote:
    >Hello,
    >
    >I have been looking for a RSS parser to display RSS feeds within a web
    >page. The solutions I have found allow the display for the list to be
    >set, but do not include the formatting used in the source article, eg
    >paragraphs.
    >
    >Is it possible to display an RSS feed article with the same formatting
    >as the source? Is there a solution to do this?
    >
    >Thanks in advance,
    >mick
    >
    What I do is load the RSS feed into an array, then use str_replace to
    change the RSS tags to HTML tags that I want.

    --
    Kev Wells http://kevsoft.topcities.com

    ICQ 238580561
    Member of IRUG http://irug.kevsoft.co.uk/

    Comment

    Working...