I'm making an RSS reader in .NET, and i've made good progress so far making it compatible with all the existing standards, but the RSS 1.0 standard is giving me some problems, mainly caused with its use of namespaces. Take this feed for example: http://www.planetnetbeans.org/rss10.xml How can i know that the content namespace is actualy used as a description tag? And since i dont know what its role is, i dont know how to show the contents of that particular namespace to the user. So can someone please help me with that? Maybe someone had a similar problem.