Hello jwatt222!
Without knowing your design (where/how do you want to show the icons), your structure ($XML6) and the accuweather structure ($HTTP2), we just can guess.
E.g. in case you want to show these images inside a table with
dynamic rows, the repeating element of the table row will be the XPath context you can use.
In this case something like
Quote:$XML6/Weather/WeatherForecast/weather[ @forecast = ./WeatherIcon]/@image
could help (if $HTTP2/json/item is the repeating element).
But as I said - just guessing, so if this does not help, we will need more information or you attach your sample here or even best: send it to our
Support team, that they can look into it in detail.
By the way: did you look into our tutorials? The MobileTogether designer comes with some nice image tutorials, like Base64Images.mtd, UserSelectedImages.mtd.
Best regards,
AFC