You could just create a servlet which in turn fetches the news from where ever (Database perhaps?) and then use a stringbuilder to create the XML and write it to the response.

You might want to...