First Child problem in data mapper
Data mapper is not working properly with XML.
When trying to map this result (view-source:http://wsf.cdyne.com/WeatherWS/Weathe...:
true
City Found
CA
Beverly Hills
Burbank
Code: Select all
2012-04-16T00:00:00
4
Sunny
49
75
00
00 [snip]
Under Temperatures, I can get DayTimeHigh (last child) printed, but not MorningLow (first child). Likewise, I can get Daytime (last child) printed, but not Nighttime (first child).
I am using plain response mapping, no custom mapping. To easy you reproducing it, reproduction, feel free to look in this project: http://tiggzi.com/project/c1aeccfc-56..., I am hands off on it until receiving response on this issue.
Right now it is set at showing morninglow, daytimehight, and nighttime. Only daytimehigh. If deleting nighttime and mapping daytime to same text label instead, it shows.