Forum Moderators: open
say, you have got an RSS feed with url www.example/demo.rss which you want to use. To use it in your website you need to have an inbuilt XML parser which will read the XML code and give you HTML . This is difficult for most webmasters , especially for those who are new to this RSS stuff. So easier option is to put this url in the tool i have mentioned , click on 'generate javascript' button and copy paste the generated javascript code in your web pages. You will get the desired feeds displayed in your web pages.
Customization is another issue. I will give more inputs on such advanced RSS issues in my future postings in this section.
I'm in the same situation as thehittmann. I tried tools that convert XML into javascript like the one mention by lakhya, but first this won't be readable by search engine spiders and second I want to be able to costumize it even more. It would be great to be able to convert the XML to HTML, and once edited be able to take what I want to use and place in my website design HTML pages exactly where I want it and how I want it, and then that that data would be automatically updated when there is a change in the RSS feed. I use DW MX 2004 and my server technology is ASP_VBScript and since the feed would be placed in the index page, I would rather to keep the page in HTML format. I know this is possible although not so easy, I would highly appreciate any help.
Thanks
Via an email advertisement, I heard of a piece of software that requires no technical knowledge on your side, but it costs just under $300.
If you are tech savvy then you could look at a site like sourceforge. this is open source code, code that is free for you to use or modify, but support, if any, is almost non existent.
One very simple way would be to get a browser like FireFox which allows you to find and subscribe to a lot of feeds. Then save this page to your hard drive, modify it a little and link it and upload it to your server, hosting providor.
When a user clicks the link for the article, I would like them to be taken to a page on MY website where the article can be viewed in full. I'll include a link to the original at the bottom of the article.
If I have a dozen feeds on my site, I assume I'd need to generate a unique HTML page for each article so that a user can stay on my site when clicking the article link. Other than very expensive content management software, are there XML parsers/RSS tools that allow you to do this.
Basically my web server will realize that a new headline has been added to one of the feeds on my site. It will then create a search engine friendly page that is available for users to read.
Anyone know of a tool that can accomplish this? Having each page spiderable and search engine friendly on the top of my priorities (no dynamic pages).
Thanks in advance.
-=Vince