Web Scraping code

Be careful not to keep fetching XML data from site in each draw() cycle!
The server may shut you out if you keep asking for data. Happened to me!

I added “state” changes so I could go through different data at the click of a mouse and only loaded it ONCE!

I got a chuckle out of my comment on the YouTube video:
“Who thought parsing through XML data would be so much fun!”

glv