!7 p { S url = "http://api.openweathermap.org/data/2.5/forecast"; S xml = /*postPage*/loadPageWithParams(url, APPID := openWeatherMapAPIKey(), q := "Hamburg", mode := "xml"); print(xml); }