Subj : Re: Synchronet Javascript and reading XML
To   : Kirkman
From : KenDB3
Date : Fri Aug 05 2016 12:09 pm

> I faced the same quandary when I was putting together Sports Stats.
> Ultimately I decided to use Python to write my data scraper. It pulls in the
> XML and converts it to JSON. Once the data is in JSON, then I can parse it
> using Sync's JS.


I was very close to doing that if I couldn't get the data a different way. I
was hoping to make the script more portable for Sync sysops though. So, thanks
to echicken, it turned out pretty well.

~KenDB3