top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Write a code for XML news?

0 votes
289 views
Write a code for XML news?
posted Jan 2, 2018 by Sathaybama

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

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>
answer Jan 2, 2018 by Shivaranjini
Similar Questions
+1 vote

How do I create e-edition pdf (looks similar to newspaper) on the fly.

I have a java based web application that need to create PDF looks similar to newspaper from bunch of articles. How do automate this thing. Do I need to work with Desktop Indesign or What solution fit my need.

Help needed urgently.

...