X-Received: by 10.224.36.66 with SMTP id s2mr562106qad.6.1367351881484; Tue, 30 Apr 2013 12:58:01 -0700 (PDT) X-Received: by 10.49.86.200 with SMTP id r8mr4968495qez.25.1367351881462; Tue, 30 Apr 2013 12:58:01 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!s14no1343257qam.0!news-out.google.com!ef9ni37921qab.0!nntp.google.com!s14no1369090qam.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.programmer Date: Tue, 30 Apr 2013 12:58:01 -0700 (PDT) In-Reply-To: <70df5682-1803-478c-9268-0a08cb382333@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=75.72.47.176; posting-account=XtVbbAkAAACKUwKnhT-sDRR6-3PQ0CMA NNTP-Posting-Host: 75.72.47.176 References: <0d99efd2-92b9-47da-b9b7-8e7f6ed8231c@googlegroups.com> <70df5682-1803-478c-9268-0a08cb382333@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Getting Enclosure Contents using Rome RSS parser From: Chuck Johnson Injection-Date: Tue, 30 Apr 2013 19:58:01 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.lang.java.programmer:23745 > First of all, OP, don't ever do this: > > > > @SuppressWarnings("rawtypes") ... > > > > Second, give us this, please: > > > > http://sscce.org/ > > > > As to docs for Rome, where have you looked so far? > > > > -- > > Lew I suppressed warnings because I'm just trying to get Rome to work, and that was a way recommended by Eclipse, sort of a TDD approach: make it so it doesn't fail. I'm really only testing Rome at the moment, no serious code. Secondly, you have all my code, save the import statements and class declaration. Unless, you have Rome & JDOM installed, this code won't run for you. My hope is that one of you guys out there has actually used Rome before, and can help me.