diff --git a/src/weather.c b/src/weather.c index df4c3cbd..a9576fd1 100644 --- a/src/weather.c +++ b/src/weather.c @@ -52,7 +52,7 @@ const char *xpath_expression_df[NUM_XPATH_EXPRESSIONS_DF] = { "/weather/dayf/day[*]/part[1]/icon", "/weather/dayf/day[*]/part[1]/t", "/weather/dayf/day[*]/part[1]/wind/s","/weather/dayf/day[*]/part[1]/wind/d", "/weather/dayf/day[*]/part[1]/ppcp", "/weather/dayf/day[*]/part[1]/hmid", - "//@t", "//@dt" + "/weather/dayf/day[*]/@t", "/weather/dayf/day[*]/@dt" }; #endif /* XOAP */