As I posted on my blog, you have complete access to the ROME SyndEntry which
should contain all the information from the RSS feed you're consuming.  you
should have no issues inspecting the feed for the data you want.  If you're
unable to extract the information, you'll need to talk with the ROME
developers since this has nothing really to do with wicket.

On Thu, May 29, 2008 at 3:48 AM, shrimpywu <[EMAIL PROTECTED]> wrote:

>
> suppose we have something like below..
> how can i fetch the summary part ???
>
> can we use xpath in rome??
>
> <ResultSet xsi:schemaLocation="urn:yahoo:yn
> http://api.search.yahoo.com/NewsSearchService/V1/NewsSearchResponse.xsd";
> totalResultsAvailable="1720" totalResultsReturned="2"
> firstResultPosition="1">
>
> <Result>
> <Title>Judge Approves Adoption by Madonna</Title>
>
> <Summary>
> Madonna?s adoption of David Banda, below, a Malawian boy she met in an
> orphanage in 2006, was approved by a judge in Malawi on Wednesday, The
> Associated Press reported.
> </Summary>
>
> <Url>
> http://www.nytimes.com/2008/05/29/arts/29arts-JUDGEAPPROVE_BRF.html
> </Url>
>
> <ClickUrl>
> http://www.nytimes.com/2008/05/29/arts/29arts-JUDGEAPPROVE_BRF.html
> </ClickUrl>
> <NewsSource>New York Times</NewsSource>
> <NewsSourceUrl>http://www.nytimes.com/</NewsSourceUrl>
> <Language>en</Language>
> <PublishDate>1212038515</PublishDate>
> <ModificationDate>1212038516</ModificationDate>
> </Result>
> </ResultSet>
> --
> View this message in context:
> http://www.nabble.com/hi-all%2C-how-to-get-things-from-abnormal-wicketstuff-rome-respone---tp17530285p17530285.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to