Created
September 22, 2008 19:28
-
-
Save tothda/12113 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<GetWeatherResponse xmlns="http://www.webserviceX.NET"> | |
<GetWeatherResult> | |
<CurrentWeather> | |
<Location>Budapest / Ferihegy, Hungary (LHBP) 47-26N 019-16E 185M </Location> | |
<Time>Jun 09, 2008 - 03:30 AM EDT / 2008.06.09 0730 UTC </Time> | |
<Wind> Variable at 1 MPH (1 KT):0 </Wind> | |
<Visibility> greater than 7 mile(s):0 </Visibility> | |
<Temperature> 73 F (23 C) </Temperature> | |
<DewPoint> 59 F (15 C) </DewPoint> | |
<RelativeHumidity> 60% </RelativeHumidity> | |
<Pressure> 30.09 in. Hg (1019 hPa) </Pressure> | |
<Status>Success</Status> | |
</CurrentWeather> | |
</GetWeatherResult> | |
</GetWeatherResponse> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment