The xml news is a specification that is used for the exchange of information and news. An example of an XML news document is as follows:
<?xml version="1.0" encoding="ISO-8859-1"?>
<nitf>
<head>
<title>Natural Disaster</title>
</head>
<body>
<headline>
<hl1>143 Dead in Natural Disaster</hl1>
</headline>
<byline>
<bytag>By Bob Roy, News Line Press</bytag>
</byline>
<dateline>
<location>Lonely Planet</location>
<date>Monday January 12 2012 9:13 ET</date>
</dateline>
</body>
</nitf>