News.xml is the file that contains all of the news. It's structure is quite important (otherwise it doesn't work), however some elements can be swapped around.
-
<news>
-
<item>
-
<headline> - must be at the top.
-
<byline> - doesn't have to be, but recommended.
-
<blurb> - doesn't have to be, but recommended.
-
<link> - has to be here.
-
<image> - has to be here, has to contain an image (you can set it to a blank image).
-
</item>
-
</news>
The news.xml that we're going to be using is here.