eranbd | 14 years ago | 2 comments | 3.0K views
how can i get information from rss file?
i want to show the "34.GIF" file on my presentation
what is the correct syntax line for this ?
here is the original file link:
xml:http://weather.yahooapis.com/forecastrss?p=ISXX0006&u=c?rss/channel/item/yweather:condition.temp
here is the relevant part of the rss file:
-
-
Current Conditions:
Fair, 82 F
Forecast:
Sun - Partly Cloudy. High: 84 Low: 72
Mon - Sunny. High: 81 Low: 70
eran.
Create a picture layer, press F9 and paste the following in the URL Box:
xml:http://weather.yahooapis.com/forecastrss?p=ISXX0006&u=c?rss/channel/item/yweather:condition.temp?rss/channel/item/description/img.src
michiel, 14 years ago
I have analysed the structure of the RSS file by:
-opening the page in IE
-saving the file as d:\temp\temp.xml by choosing Page > Save As...
-double clicking the temp.xml file
michiel, 14 years ago