[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
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