RSS Feed with non-clickable links?

Discussion in 'XML & RSS' started by Bunchie, Jul 6, 2006.

  1. #1
    Hi there guys,

    I am looking to incorporate an RSS stream into a company Intranet containing the latest news and sports headlines. However, we don't want it to be possible for users to 'click though' and visit the appropriate website for the links (mainly because my boss won't allow it!). As we're not allowed the Internet at work, I think having the headlines on our Intranet page would be great so people can keep in touch with the world. Basically, is this possible? Are there specific streams out there with non-clickable links you can recommend or is it possible to alter the code of a HTML RSS stream reader so that users can't click on the links?

    Any help you can give me would be much appreciated...
     
    Bunchie, Jul 6, 2006 IP
  2. infin8

    infin8 Peon

    Messages:
    42
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    infin8, Jul 6, 2006 IP
  3. weppos

    weppos Well-Known Member

    Messages:
    99
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    125
    #3
    It's really simple, you don't need to strip any tag since when you parse a feed each tag is separated.
    So, if you don't want to link the item just don't create a link using <a> tag. :)
     
    weppos, Jul 7, 2006 IP
  4. MediaHustler

    MediaHustler Well-Known Member

    Messages:
    1,857
    Likes Received:
    46
    Best Answers:
    0
    Trophy Points:
    120
    #4
    No I think he want's the rss to appear on his site and not the original creators. You are not really thinking of what he want's.
     
    MediaHustler, Jul 9, 2006 IP
  5. bowoekowidodo

    bowoekowidodo Guest

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    convert url and use XMLHTTP
     
    bowoekowidodo, Jul 11, 2006 IP