0

Does anyone know how I can parse an RSS feed, but using dashcode? I cannot for the life of me figure out a way to bypass the blocking.

Jonathan Leffler
  • 698,132
  • 130
  • 858
  • 1,229
GH.
  • 11
  • 1

1 Answers1

1

You should be able to parse an RSS feed using javascript which you can write using dashcode.

infact... here is a stack overflow article discussing the use of jQuery (a javascript library) to easily parse an rss feed:

Community
  • 1
  • 1
joejoeson
  • 1,097
  • 1
  • 10
  • 14