help required in RSS
hello,
I am developing an RSS reader desktop application. I got reference to an RSS parser from java site which is
http://java.sun.com/developer/technicalArticles/javaserverpages/rss_utilities/
It says
--
"First download and unzip the package. Once you have added rssutils.jar to your classpath, create an instance of the RssParser interface using the RssParserFactory. Here is an example:
RssParser parser = RssParserFactory.createDefault();
Rss rss = parser.parse(newURL("http://mydomain.com/document.rss"))
;
-
I downloaded the Rssutils.jar and tried this code. but its simply not working.
any suggestions ?
and how I can get its documentation as well ?
Pls advice
Martin

