WXFULLDATA.XML -problems in extracting datas

Hello to everybody !

I have a question concerning wxfulldata.xml
Since some time I am experiencing problems in extracting datas
If I write page in html with front page and I open preview : no problem all datas are extracted from wxfulldata.xml
but if I open exactly the same page with explorer, chrome or firefox no data come out
I have changed all security settings in tools with 3 browsers but nothing. It is a mistery
So strange.
Is there someone who can help me to solve this problem ? I am going to get crazy
I enclose screenshot from Front Page where all datas appear and screenshot from browser where there is no data:
http://poschiavo.no-ip.org:8080/test.html
Here below I indicate source code used in html to get data from station:
http://poschiavo.no-ip.org:8080/test.html

source code:

New Page 1 C

test wxfulldata.JPG

wxfulldata.JPG

my web site here
http://weather-display.com/windy/wx2.html
uses ajax to show the live data and that works

here is the source code


<META RAW MET DATA Dry, 07:00 am,20/11/17,tmp 15.2,hum 66,dew 8.9,wav 4.8,wgt 6.1,dir  SE  126

Hello !

thanks for reply.
Can you please send me here in a message a very simple source in ajax to extract data from xml page in WD ?
For example source to extract TEMP or DATE from page : http://poschiavo.no-ip.org:8080/wdfulldata.xml
Then I can use it for all parameters just changing the type of data
Thanks a lot !

all that info is in the source I posted
e,g you would change this to the file you need to load

and you would have your source file as comma delimted data, as that is how this html code works, to read in the data
i.e
temp = "Now: "+x.responseText.split(’ ')[4] + "