Connecting Tech Pros Worldwide Forums | Help | Site Map

Display XML data on my webpage

Joey
Guest
 
Posts: n/a
#1: May 9 '07
Ok, so here is an RSS feed for top stories from a local news station.

http://lex18.com/Global/category.asp...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.developersdex.com ***

Anthony Jones
Guest
 
Posts: n/a
#2: May 10 '07

re: Display XML data on my webpage



"Joey" <nospam@nospam.comwrote in message
news:uLHxf0mkHHA.5048@TK2MSFTNGP04.phx.gbl...
Quote:
Ok, so here is an RSS feed for top stories from a local news station.
>
http://lex18.com/Global/category.asp...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.developersdex.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.



Closed Thread