Click to See Complete Forum and Search --> : Starting from Zero: Help!


zeka
01-08-2010, 11:27 PM
Hello,

***Happy New Year*** to All

I want to get XML feeds from a weather site.

I use the link but only get the XML data

<?xml version="1.0" ?>
- <current_observation>
<credit>Weather Underground Personal Weather Station</credit>
<credit_URL>http://wunderground.com/weatherstation/</credit_URL>
- <image>
<url>http://icons.wunderground.com/graphics/bh-wui_logo.gif</url>
<title>Weather Underground</title>
<link>http://wunderground.com/weatherstation/</link>
</image>
- <location>
<full>Arada, 3885-142 ARADA, PORTUGAL</full>
<neighborhood>Arada</neighborhood>
<city>3885-142 ARADA</city>
<state>PORTUGAL</state>
<zip />
<latitude>40.906055</latitude>
<longitude>-8.589674</longitude>
<elevation>0 ft</elevation>

etc...

I'm using IE8, Win XP

How to proceed in order to get the right display for these XML feeds, please?

Thanks a lot for your support :confused:

zeka

Charles
01-09-2010, 11:45 AM
You best bet is to just use Firefox. Otherwise you'll need to use an aggregator.

zeka
01-09-2010, 01:54 PM
You best bet is to just use Firefox. Otherwise you'll need to use an aggregator.

Still the same... with a remark about missing 'associated style', so just showing the document tree

"Este ficheiro XML não parece ter qualquer tipo de informação de estilo associada. A árvore do documento é mostrada em baixo."


<current_observation>
<credit>Weather Underground Personal Weather Station</credit>
<credit_URL>http://wunderground.com/weatherstation/</credit_URL>

<image>

<url>
http://icons.wunderground.com/graphics/bh-wui_logo.gif
</url>
<title>Weather Underground</title>
<link>http://wunderground.com/weatherstation/</link>
</image>

<location>
<full>Arada, 3885-142 ARADA, PORTUGAL</full>
<neighborhood>Arada</neighborhood>
<city>3885-142 ARADA</city>
<state>PORTUGAL</state>
<zip/>
<latitude>40.906055</latitude>
<longitude>-8.589674</longitude>
<elevation>0 ft</elevation>

How to get the (required?) 'aggregator' ? :confused:

Thanks
zeka