Click to See Complete Forum and Search --> : insert xml into html page???
kw2102
06-19-2008, 02:28 PM
Is there a way to insert XML code into HTML page... sorry if it's a stupid question I'm new at this. I'm trying to make an RSS feed but I want the page it's on to match the rest of my pages on the site.
Thanks!
r0k3t
06-23-2008, 01:23 PM
What programming language are you using?
I have used ASP.net to read in an XML datasource - in my case it is a created from a perl program on a linux box and fed via apache/HTTP. However any language has the ability to read this stuff in, PHP for example can read XML just fine, I have never done it but I know it is possible.
Does that help?
kw2102
06-26-2008, 01:07 PM
Thanks... I was trying to do a RSS feed but I did a little more research and figured it out. Thanks again.
donatello
06-27-2008, 04:11 AM
Thanks... I was trying to do a RSS feed but I did a little more research and figured it out. Thanks again.
Can you post your solution? I would like to see what you've come up with as I have sometimes had this dilemma myself.
Thanks!
kw2102
07-06-2008, 02:56 PM
Sure. Well it turns out that you don't integrate a RSS feed into a webpage. You just create the XML feed and it displays as an XML page.
More info here:
http://searchenginewatch.com/showPage.html?page=2175271