|
Home > Archive > IIS ASP > May 2007 > Display XML data on my webpage
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Display XML data on my webpage
|
|
|
|
| Anthony Jones 2007-05-10, 7:28 am |
|
"Joey" <nospam@nospam.com> wrote in message
news:uLHxf0mkHHA.5048@TK2MSFTNGP04.phx.gbl...
> Ok, so here is an RSS feed for top stories from a local news station.
>
> http://lex18.com/Global/category.as...&clienttype=rss
>
> I need to display this data on my own website. I know ASP, but not XML.
>
> I have read some documentation and browsed websites, but I cannot figure
> it out.
>
>
> Help please!
>
>
> *** Sent via Developersdex http://www.codecomments.com ***
http://www.w3schools.com/
Run through XML, XML DOM, XPath and XSL tutorials.
Design a mock up of how you'd like the RSS feed to be rendered in HTML (take
the time to build the HTML compliant with XML).
From your HTML create an XML Stylesheet (XSL) that will transform the RSS
feed to the desired HTML.
|
|
|
|
|