XML Schema and RSS

by Bryan on 12/8/2002 at 2:03 AM in Developer Stuff

As I mentioned in a previous post, I've written a very basic Xml schema for RSS 2.0. It is very basic only because it currently includes only the elements that I use when building RSS files. Within the next day or two, I will flesh it out so that it matches the RSS 2.0 spec.

Additionally, after I had my schema, I then used the xsd.exe utiliy to create a class file from the RSS schema. I am now deserializing XML feed files into a rss object and then using that object within the feed reader included in the weblog app I am building.

I know, this isn't exactly earth shattering, but it is fun doing things a little different from how I am accustomed to doing them.