I am creating a weather scene using xml items and xml players, similar to the video tutorial example. The problem is I can't get the temperature ("air_temp") data to display, not even in the Studio.
Here is the web xml file I'm using - it is auto-generated from the government website --- {colon} inserted because outside urls not permitted
https{colon}//dd.meteo.gc.ca/observations/swob-ml/latest/CYKA-AUTO-swob.xml
The Items Path I'm using in the XML Players scene is:
om:member.om:Observation.om:result.elements.element.(@name==“air_temp”)
and in the XML items scene, the Field Name is:
@value.
I've tinkered around and was able to get other data to display but the temperature won't.
I talked to the chat team about this on Friday and they said, " The xml file that you have is complicated to load with the xml component. If it was a simpler xml file we would be able to read the values and output it", but like I said, I am able to get some data to show from it so I think it should work.
Any help is appreciated. Thanks.