View Single Post
  #11 (permalink)  
Old 08-09-2006, 11:09 AM
mikesmith76 mikesmith76 is offline
WebProWorld Pro
 

Join Date: Sep 2005
Location: Manchester, UK
Posts: 257
mikesmith76 RepRank 0
Default

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.
Reply With Quote