Help displaying XML Feed

Discussion in 'Programming' started by SFNUM8, Feb 22, 2011.

  1. #1
    Another site is providing me an XML feed that I would like to display on my site. I have the XSLT file and the web service URL along with the username and password. My site is just simple html, how do I go about doing this?
    Thanks
     
    SFNUM8, Feb 22, 2011 IP
  2. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If it is a webservice you need to consume you are going to have to put in some serverside programming if you want to be giving live updates (eg PHP or .Net)
     
    AstarothSolutions, Feb 22, 2011 IP
  3. leva86

    leva86 Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You can't with a simple html site. You need to use a framework as PHP, ASP.NET, RubyOnRails...
     
    leva86, Feb 23, 2011 IP