Create HTML From XML File
Published Date: Mon, 08 Feb 2010 20:21:49 -0700
We have a website with a customer testimonial book that is rendered in Flash. The Flash book reads the testimonials from an XML file. However, I want to also load the XML and convert to HTML for Google to index. In effect, when we update the XML file, I want the HTML on the page to also be updated. Site is based on ASP.NET, XML file is attached and is not complicated. HTML will be hidden on the page via CSS so that the end user does not see it. It is only intended for indexing. I just need the methodology of rendering XML to HTML, I can make the changes on the website with your help.