I'm using ATOM to display a news feed, and is displayed inside the HTML of the index page of my website. Now, as of now, the RSS is being displayed by means of a JavaScript. However, by doing this (using JavaScript), search engines do not index the news items that have been linked in the RSS. Plus, the tool I'm using to make the XML display in the HTML document does not provide adeqauate customization. My question is this: Is there a web-based utlity for displaying an ATOM feed (a .xml extension) onto a web-page via JavaScript (or other Client Side Language), that is fully customizable, as well as supports and displays, all ATOM tags? (i dont care about the search engine problem too much) If so, please tell me the link. Also: I have access to a PHP + MySQL enabled server. I know that ATOM displayed by PHP will solve the search engine problem. If you can find a web-based app that would allow me to have my XML ATOM feed displayed withen my web page, that would be even better. The only thing is: is it fully customizable, and does it support all ATOM tags? Thanks alot! -Richie PS: Here is the XML document. (I wrote it out manually, but it has been validated against the RSS feed validator) <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> <!--Feed Information--> <title>RGMedia Digital Solutions Company Feed</title> <subtitle>Everything you need to know about us!</subtitle> <id>F:M.V.01-C</id> <link href="http://www.rgmds.com"/> <updated>2005-09-06</updated> <author> <name>RGMDS Web Team</name> <email>webteam@rgmds.com</email> <uri>http://www.rgmds.com/company/webteam.phpx</uri> </author> <category term="RGMedia"/> <generator uri="http://technologies.rgmds.com/adhpp/rss" version="1.0"> RGMedia RSS/ATOM Standards. A part of the ADHPP Project. </generator> <icon>../images/icons/rss.png</icon> <rights>© 2005 RGMedia. All Rights Reserved. International Copyright Secured.</rights> <!--Entry Information--> <entry> <title>RGMedia Announces Launch of Web Design Service</title> <id>F:M.V.01-C:::0000-0000-0001:::</id> <published>2005-09-06</published> <updated>2005-09-06</updated> <category>Service Release</category> <author> <name>RGMDS Web Team</name> <email>webteam@rgmds.com</email> <uri>http://www.rgmds.com/company/webteam.phpx</uri> </author> <link rel="alternate" href="http://www.rgmds.com/company/news/main/2005/001.phpx"/> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> RGMedia is now offering Professional Web Design at rock bottom prices! We offer several unique packages, multiple much-needed services, as well as a Custom Design solution! </div> </content> <rights>© 2005 RGMedia. All Rights Reserved. International Copyright Secured.</rights> </entry> <entry> <title>ADHPP - A Look Into & Complete Guide of the Revolutionary Technology. <a href="http://www.rgmds.com/company/news/main/2005/001.phpx">more...</a></title> <id>F:M.V.01-C:::0000-0000-0002:::</id> <published>2005-09-06</published> <updated>2005-09-06</updated> <category>RGMedia Technology</category> <author> <name>RGMDS Web Team</name> <email>webteam@rgmds.com</email> <uri>http://www.rgmds.com/company/webteam.phpx</uri> </author> <link rel="alternate" href="http://www.rgmds.com/company/news/main/2005/002.phpx"/> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> Recently RGMedia released a truly revolutionary computer language standard. Created to help unify the web ADHPP boats a wide range of options for all types of websites. Complying to the W3C standard of web developement, RGMedia has set a higher standard for web developement sure to please both developers and viewers alike. <a href="http://www.rgmds.com/company/news/main/2005/002.phpx">more...</a> </div> </content> <rights>© 2005 RGMedia. All Rights Reserved. International Copyright Secured.</rights> </entry> <entry> <title>RGMedia Desktop - Search the web without a search box?</title> <id>F:M.V.01-C:::0000-0000-0003:::</id> <published>2005-09-06</published> <updated>2005-09-06</updated> <category>RGMedia Technology</category> <author> <name>RGMDS Web Team</name> <email>webteam@rgmds.com</email> <uri>http://www.rgmds.com/company/webteam.phpx</uri> </author> <link rel="alternate" href="http://www.rgmds.com/company/news/main/2005/003.phpx"/> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> All search engines display documents for viewers based on relevency. But why waste time searching through, somtimes thousands of result pages for what you want, when you can find <b>exactly</b> what you want. RGMedia Desktop aims to devilver web surfers with exactly what they needed. But, how can this be? <a href="http://www.rgmds.com/company/news/main/2005/003.phpx">more...</a> </div> </content> <rights>© 2005 RGMedia. All Rights Reserved. International Copyright Secured.</rights> </entry> <entry> <title>Developer Resources</title> <id>F:M.V.01-C:::0000-0000-0004:::</id> <published>2005-09-06</published> <updated>2005-09-06</updated> <category>RGMedia Resources</category> <author> <name>RGMDS Web Team</name> <email>webteam@rgmds.com</email> <uri>http://www.rgmds.com/company/webteam.phpx</uri> </author> <link rel="alternate" href="http://www.rgmds.com/company/news/main/2005/004.phpx"/> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> Have an RGMedia website and want to edit the code? Or, just want some help on that tricky ASP tag? Well, ask a fellow developer! As part of our goal of creating a better web, RGMedia now provides a developement forum, where webmasters, developers, and learners, can share information on anything relating to the web, free of charge! <a href="http://www.rgmds.com/company/news/main/2005/004.phpx">more...</a> </div> </content> <rights>© 2005 RGMedia. All Rights Reserved. International Copyright Secured.</rights> </entry> </feed>