JavaScript only RSS parser?
June 17, 2005 6:31 AM
Subscribe
I wasted a lot of time the other day trying to reinvent the wheel. I wanted to write a web-based RSS parser.
I was trying to write it as a JavaScript-only parser. I ran into a lot of frustrations with the security restrictions built into client-side JavaScript, so I thought I'd ask: Can one open and parse a remote file with DOM navigation using only JavaScript, or am I barking up the wrong tree?
Thanks!
posted by jpburns to computers & internet (9 comments total)
posted by null terminated at 6:39 AM on June 17, 2005