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 ) an xml feed to javascript or html?
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?
@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.
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.