Parsing RSS in javascript [js]

Robin Parmar's icon

I wish to parse an RSS feed. The first step is to use [maxurl] to retrieve data from a specified URL. The built-in options convert this to a dictionary. So far, so good.

Next, this needs to be filtered. In my case I want to extract a list of articles. This requires parsing the dictionary. I am getting Javascript errors I cannot debug.

I have prepared a sample patcher, complete with embedded data, over on Github.

Help is very much appreciated!

Robin Parmar's icon

My problem likely has nothing to do with RSS itself, only to do with parsing a big complex of dicts and arrays. I thought I would know how to do this, so the error is doubly annoying.