Hello Everybody,
This last days your site helped me a lot and I feel a litle bit shamed, that asking you all the time, but I'm the beginning programmer and for me your help is really very important.
So, I have another problem. I used web reference from weather site and get information like that: (for instance Tallinn, Estonia the place)
<?xml version="1.0" encoding="utf-16"?>
<CurrentWeather>
<Location>Tallinn, Estonia (EETN) 59-24N 024-49E 34M</Location>
<Time>May 22, 2007 - 03:50 AM EDT / 2007.05.22 0750 UTC</Time>
<Wind> from the SW (230 degrees) at 3 MPH (3 KT):0</Wind>
<Visibility> greater than 7 mile(s):0</Visibility>
<SkyConditions> overcast</SkyConditions>
<Temperature> 59 F (15 C)</Temperature>
<DewPoint> 50 F (10 C)</DewPoint>
<RelativeHumidity> 72%</RelativeHumidity>
<Pressure> 29.94 in. Hg (1014 hPa)</Pressure>
<Status>Success</Status>
</CurrentWeather>
And it goes like string. How can I save this information to xml file like xml.
Thank you,
Artashes.
This last days your site helped me a lot and I feel a litle bit shamed, that asking you all the time, but I'm the beginning programmer and for me your help is really very important.
So, I have another problem. I used web reference from weather site and get information like that: (for instance Tallinn, Estonia the place)
<?xml version="1.0" encoding="utf-16"?>
<CurrentWeather>
<Location>Tallinn, Estonia (EETN) 59-24N 024-49E 34M</Location>
<Time>May 22, 2007 - 03:50 AM EDT / 2007.05.22 0750 UTC</Time>
<Wind> from the SW (230 degrees) at 3 MPH (3 KT):0</Wind>
<Visibility> greater than 7 mile(s):0</Visibility>
<SkyConditions> overcast</SkyConditions>
<Temperature> 59 F (15 C)</Temperature>
<DewPoint> 50 F (10 C)</DewPoint>
<RelativeHumidity> 72%</RelativeHumidity>
<Pressure> 29.94 in. Hg (1014 hPa)</Pressure>
<Status>Success</Status>
</CurrentWeather>
And it goes like string. How can I save this information to xml file like xml.
Thank you,
Artashes.