XML itself is just a markup language for structuring data. In it's most basic form it isn't very complicated so any programmer should be able to read up on it.
As with all things the complexity lies in what you want to do with it. Are you specifically looking to create an rss feed for your site? If so that is relatively simple, especially if your content is db driven.
|