XML Scrape Demo. There are better ways to get XML info. This is a way that is quick and dirty. All I want are the story titles, so I scrape them out of the XML by finding the "title" tag in the XML.
Source code: xmlScrapeDemo
Built with Processing
XML Scrape Demo. There are better ways to get XML info. This is a way that is quick and dirty. All I want are the story titles, so I scrape them out of the XML by finding the "title" tag in the XML.
Source code: xmlScrapeDemo
Built with Processing