XML to ....

Discussion in 'XML & RSS' started by WACMan, Jul 28, 2007.

  1. #1
    I have a few XML feeds that I want to display on my website.

    I have searched everywhere to no avail. Is there a way to convert (in layman's terms :p) an xml feed to javascript or html?
     
    WACMan, Jul 28, 2007 IP
  2. Midano

    Midano Peon

    Messages:
    88
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Midano, Jul 29, 2007 IP
  3. affycons

    affycons Peon

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I too have had this same experience.

    Though the feed I want to parse and display on my web page is quite simple, I have not found any of these parsers nor other methods work.

    I've looked at xslt, simple xml, using php javascript etc. but with no luck.

    Surely others on this forum must know how to take a custom xml feed (not rss or rdf) and display it on your website?
     
    affycons, Oct 25, 2007 IP
  4. Hummerbie

    Hummerbie Active Member

    Messages:
    52
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    98
    #4
    @wacman

    You could try http://www.feedforall.com/free-php-script.htm

    Or if you own the feeds, try running them through Feedburner and use the Publicize option: BuzzBoost which will convert the feed to HTML for you.

    You can then use the code to publicize the feed on other pages.
     
    Hummerbie, Oct 26, 2007 IP
  5. Amilo

    Amilo Peon

    Messages:
    624
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I would use html.

    Someone can corect me if I am wrong but if you use javascript it just links back to the javascript converter.

    I put my xml feeds into a database then just pull what I want with php.
     
    Amilo, Oct 28, 2007 IP