I am building a package that will depend heavily on parsing RSS feeds. Before getting carried away, I would like to ask whether a standardized way of dealing with RSS parsing already exists.
When I first started investigating this matter I was hoping to find a simple proc taking care of all rss parsing. Perhaps something along the lines of:
rss_parser -url http://pinds.com/blog/rss.xml -channel_metadata {title link description} -all_items
Or something alike. I haven't been able to find anything about RSS parsing in connection with OpenACS, so I would like to ask the community:
1. Have anyone worked on RSS parsing using OpenACS or Tcl?
2. Would anyone be interested in a proc like the one specified above? Or perhaps there's a better way out of this?
/Simon
Request notifications