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???