Quantcast
Channel: C# Reproducing RSS feed - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by ℍℍ for C# Reproducing RSS feed

A quick snippet with XDocument: XNamespace dc = @"http://purl.org/dc/elements/1.1/"; XElement doc = new XElement("items", new XAttribute(XNamespace.Xmlns +"dc", dc), new XElement("item", new...

View Article



C# Reproducing RSS feed

I have made a program that scans rss feeds. This same program creates feeds from elements it has crawled. This means that the rss feeds are not identical, but the items must be. It copies it. It is...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images