NextPreviousHomedynamic content - using rss

eranbd | 13 years ago | 2 comments | 2,862 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.




Share this on FacebookShare this on X

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, 13 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, 13 years ago


Comment to this article

You must be logged in before you can comment to this article. Login | Register