Fetching and Reading XML Data

Steve Griffith - Prof3ssorSt3v3
Youtube
Related Topic
:- XML

This video shows how you can use the fetch( ) method to do an AJAX call and retrieve and XML file and then read the data from inside that file. It covers the differences between working with JSON and XML data from an API JS Code GIST: https://gist.github.com/prof3ssorSt3v3/61ccf69758cd6dbdc429934564864650 XML Code GIST: https://gist.github.com/prof3ssorSt3v3/e1c0dd3441efff1c922ca0c4a4a78dc5 Video on XML: https://www.youtube.com/watch?v=CiXeEkbj_yg

Comments