I need to read text data from a XML file and display it on the screen. How do I do that ?
Hi!
You should head over to the Scripting & Data section of our docs. There you can see how to work with data and exposing it to UX.
Then there are a few simple steps to achieve what you want.
- Parse the XML file in JavaScript
- Transform the data to prepare it for UX
- Export
Observable's for the data - Use
DataBindingto display your data