Skip to content

Instantly share code, notes, and snippets.

@tothda
Created September 22, 2008 19:28
Show Gist options
  • Save tothda/12113 to your computer and use it in GitHub Desktop.
Save tothda/12113 to your computer and use it in GitHub Desktop.
<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