Saludos a todos
Como estan!
Tengo una iquietud para leer esta linea con php para obtener el clima.
la linea es esta:
<yweather:condition text="Partly Cloudy" code="29" temp="13" date="Sun, 29 Jun 2008 9:00 pm COT" />
no puedo obtener el texto debido a e la condicion yweather:condition.
esta cadena forma parte de este xml
/************************************************** *************/
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<rss version="2.0" xmlns:yweather="http://xml.weather.yahoo.com/ns/rss/1.0" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#">
<channel>
<title>Yahoo! Weather - Pasto, CO</title>
<link>http://us.rd.yahoo.com/dailynews/rss/weather/Pasto__CO/*http://weather.yahoo.com/forecast/COXX0023_c.html</link>
<description>Yahoo! Weather for Pasto, CO</description>
<language>en-us</language>
<lastBuildDate>Sun, 29 Jun 2008 9:00 pm COT</lastBuildDate>
<ttl>60</ttl>
<yweather:location city="Pasto" region="" country="CO"/>
<yweather:units temperature="C" distance="km" pressure="mb" speed="kph"/>
<yweather:wind chill="13" direction="0" speed="0" />
<yweather:atmosphere humidity="63" visibility="9.99" pressure="0" rising="1" />
<yweather:astronomy sunrise="6:06 am" sunset="6:19 pm"/>
<image>
<title>Yahoo! Weather</title>
<width>142</width>
<height>18</height>
<link>http://weather.yahoo.com</link>
<url>http://l.yimg.com/us.yimg.com/i/us/nws/th/main_142b.gif</url>
</image>
<item>
<title>Conditions for Pasto, CO at 9:00 pm COT</title>
<geo:lat>1.22</geo:lat>
<geo:long>-77.27</geo:long>
<link>http://us.rd.yahoo.com/dailynews/rss/weather/Pasto__CO/*http://weather.yahoo.com/forecast/COXX0023_c.html</link>
<pubDate>Sun, 29 Jun 2008 9:00 pm COT</pubDate>
<yweather:condition text="Partly Cloudy" code="29" temp="13" date="Sun, 29 Jun 2008 9:00 pm COT" />
<description><![CDATA[
<img src="http://l.yimg.com/us.yimg.com/i/us/we/52/29.gif"/><br />
<b>Current Conditions:</b><br />
Partly Cloudy, 13 C<BR />
<BR /><b>Forecast:</b><BR />
Sun - Showers. High: 23 Low: 15<br />
Mon - Showers. High: 24 Low: 13<br />
<br />
<a href="http://us.rd.yahoo.com/dailynews/rss/weather/Pasto__CO/*http://weather.yahoo.com/forecast/COXX0023_c.html">Full Forecast at Yahoo! Weather</a><BR/>
(provided by The Weather Channel)<br/>
]]>
</description>
<yweather:forecast day="Sun" date="29 Jun 2008" low="15" high="23" text="Showers" code="11" />
<yweather:forecast day="Mon" date="30 Jun 2008" low="13" high="24" text="Showers" code="11" />
<guid isPermaLink="false">COXX0023_2008_06_29_21_00_COT</guid>
</item>
</channel>
</rss><!-- api4.weather.re4.yahoo.com compressed/chunked Sun Jun 29 19:51:39 PDT 2008 -->
/************************************************** *************/
que puedo hacer en este caso.
No tengo ni IDEA de Como hacerlo. Si alguien ya lo pudo hacer por favor necesito ayuda.
Mil y Mil Gracias.