I've got a small application that I need to read data from my data, which I already have setup. What I'm having issues with is taking that data and parsing it into a specific RSS layout. Can anyone help me with that?

Here is an example of how I need the data to look like: www.nytimes.com/services/xml/rss/userland/Technology.xml .

So, based on the link you provided and your description, what you are asking is that you want to create your own RSS feed from a data source, correct?

You can use the XmlTextWriter() method to do this. If you data is in a data source such as a database, read from the database table and write your XML document as you read.

Here is an example.. its in VB.NET, but can very easily be translated to C#: Create an RSS Feed

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.