Read up on
RSS, which is the XML format many sites use for syndication. Basically your whole file is within <channel></channel> with a global <title> <link> and <description> and each headline is within <item> tags, with a <title> <link> and <description>.
More information here