[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
NITF XML feeds RE: [syndication] Digest Number 838
Mike,
Check out http://www.nitf.org for lots of information about NITF (the News
Industry Text Format). There's even an XSLT script to style your NITF to
HTML on this page http://www.nitf.org/examples.php
Regards,
Stuart
--
Stuart Myles - Director of Newswires Internet Technology - 609.520.7147 (v)
- 609.520.7137 (f) - smyles@WSJ.com
-----Original Message-----
From: syndication@yahoogroups.com [mailto:syndication@yahoogroups.com]
Sent: Monday, April 26, 2004 8:43 AM
________________________________________________________________________
Message: 1
Date: Sun, 25 Apr 2004 02:03:35 -0000
From: "mikerocks65" <kynast@ix.netcom.com>
Subject: NITF XML feeds
I have one site that has NITF XML feeds rather than RSS feeds.
Anyone have a simple NITF to HTML converter they recommend for use on
a Linux box?
I currently use the RSS to html converter at webreference below which
is quite simple but does the job. I am looking for something just as
simple for NITF.
http://www.webreference.com/perl/tutorial/8/
It worked out something like this
perl -MCPAN -e "install XML::Parser"
perl -MCPAN -e "install XML::RSS
rss2html.pl (input xml file) > (output html)
Thanks
Mike