  !So in our case, the units will become before each weather description, e.g. Units and then Temp, Units and then Windspeed, etc
  !Last thing to remember is that xml is case sensitive and to use the external name field

  ! ResultGroup (GROUP)
  !   result:api
  !   result:version
  !   result:weburl
  !   result:station
  !   result:requestedID
  !   result:id
  !   result:name
  !   result:city
  !   result:state
  !   result:citycode
  !   result:latitude
  !   result:longitude
  !   result:currentCondition
  !   result:tempunits           <aws:temp units="&deg;C">    -> units first                 External Name: units
  !   result:temp                                             -> temperature after units     External Name: aws:temp
  !   result:rainunits           <aws:rain-today units="mm">  -> again units first           External Name: units
  !   result:raintoday                                        -> rain-today after units      External Name: aws:rain-today
  !   result:windspeedunits
  !   result:windspeed
  !   result:gustspeedunits
  !   result:gustspeed
  !   result:gustdirection
  ! END
