parseRss

Parses RSS into structs. Requires the element to be RSS; if you are unsure of the type and want a generic response, use parseFeed instead.

  1. RssChannel parseRss(Element element)
    RssChannel
    parseRss
  2. RssChannel parseRss(string s)
Suggestion Box / Bug Report