Question on using Informa RSS Library
Posted
by molleman
on Stack Overflow
See other posts from Stack Overflow
or by molleman
Published on 2010-06-15T17:15:39Z
Indexed on
2010/06/15
17:22 UTC
Read the original article
Hit count: 247
hello guys
I Just started looking at this technology , but i am finding it hard to understand,
i want to just reed in a simple rss feed url,
and display its contents how could i do this?
this is what i lloked at so far
URL inpFile = new URL("feed://images.apple.com/main/rss/hotnews/hotnews.rss");
ChannelIF channel = FeedParser.parse(new ChannelBuilder(), inpFile);
System.out.println(channel.getDescription());
this creates a malformed url exeception, can anyone help me???
© Stack Overflow or respective owner