Some RSS feeds are published in a format called RDF which has a schema that’s very different from your standard RSS feed. It’s actually different enough that your standard XPath expression may not work to filter your results when you apply SelectNodes(“/rss/abc”) to the XML document
Continue reading “Parsing an RDF Format RSS Feed in VB.NET”