Note that there are some explanatory texts on larger screens.

plurals
  1. POUnable to get image url from rss feed using jsoup
    primarykey
    data
    text
    <p>I'm trying to fetch image url from XML. I'm using jsoup to parse.</p> <p>I am using the following code: </p> <pre><code>doc = Jsoup.connect(mainUrl).timeout(1000 * 1000).get(); final String title = doc.select("title").first().text(); final String description = doc.select("description").first() .text().toString(); final String link = doc.select("link").first().nextSibling() .toString(); for (Element image : doc.select("image")) { Log.d(TAG, "inside for loop................."); final String titleImage = image.select("title").first() .text(); final String linkImage = image.select("link").first() .text().toString(); final String urlImage = image.select("url").first().text() .toString(); Log.d(TAG, "titleIm is : " + titleImage + " linkIm: " + linkImage + " urlIM: " + urlImage); } Log.d(TAG, "title is : " + title + " desc: " + description + " link: " + link + " url: " + url); </code></pre> <p>Control didn't come into for loop. But, <code>&lt;image&gt;</code> tag is in <a href="http://feeds.hindustantimes.com/HT-IndiaSectionPage-Topstories" rel="nofollow">XML</a>(url) only.</p> <p>What mistake I did?</p> <p>I couldn't find out. </p> <p>Thank you in advance!!!</p> <p><strong>EDIT</strong></p> <p>This is my html tags:</p> <pre><code>&lt;!--?xml version="1.0" encoding="UTF-8"?--&gt; &lt;!--?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?--&gt; &lt;!--?xml-stylesheet type="text/css" media="screen" href="http://feeds.hindustantimes.com/~d/styles/itemcontent.css"?--&gt; &lt;html&gt; &lt;head&gt;&lt;/head&gt; &lt;body&gt; &lt;rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"&gt; &lt;channel&gt; &lt;title&gt;News from India&lt;/title&gt; &lt;link /&gt;http://www.hindustantimes.com &lt;description&gt; Latest news updates from HindustanTimes.com for IndiaSectionPage-Topstories. For more updates hop on to HindustanTimes.com. &lt;/description&gt; &lt;language&gt; en &lt;/language&gt; &lt;copyright&gt; Copyright (C) 2013 HT Media Limited. All Rights Reserved. &lt;/copyright&gt; &lt;pubdate&gt; Wed, 26 Jun 2013 09:24:57 GMT &lt;/pubdate&gt; &lt;lastbuilddate&gt; Wed, 26 Jun 2013 09:24:57 GMT &lt;/lastbuilddate&gt; &lt;ttl&gt; 2 &lt;/ttl&gt; &lt;img /&gt; &lt;title&gt;HindustanTimes.com - Top IndiaSectionPage-Topstories News Headlines&lt;/title&gt; &lt;url&gt; http://www.hindustantimes.com/images/logo.gif &lt;/url&gt; &lt;link /&gt;http://www.hindustantimes.com &lt;atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.hindustantimes.com/HT-IndiaSectionPage-Topstories" /&gt; &lt;feedburner:info uri="ht-indiasectionpage-topstories" /&gt; &lt;atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /&gt; &lt;media:copyright&gt; Copyright (C) 2013 HT Media Limited. All Rights Reserved. &lt;/media:copyright&gt; &lt;itunes:explicit&gt; no &lt;/itunes:explicit&gt; &lt;itunes:subtitle&gt; Latest news updates from HindustanTimes.com for IndiaSectionPage-Topstories. For more updates hop on to HindustanTimes.com. &lt;/itunes:subtitle&gt; &lt;item&gt; &lt;title&gt;Senior Congress leader Subhash Yadav passes away&lt;/title&gt; &lt;link /&gt;http://feeds.hindustantimes.com/~r/HT-IndiaSectionPage-Topstories/~3/HSWJIomgkPQ/story01.htm &lt;description&gt; Senior Congress leader and former Madhya Pradesh deputy chief minister Subhash Yadav died this morning at a hospital in New Delhi following prolonged illness, family sources said.&amp;lt;img width=&amp;apos;1&amp;apos; height=&amp;apos;1&amp;apos; src=&amp;apos;http://hindustantimes.com.feedsportal.com/c/33818/f/608451/s/2dcf34f1/mf.gif&amp;apos; border=&amp;apos;0&amp;apos;/&amp;gt;&amp;lt;div class=&amp;apos;mf-viral&amp;apos;&amp;gt;&amp;lt;table border=&amp;apos;0&amp;apos;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td valign=&amp;apos;middle&amp;apos;&amp;gt;&amp;lt;a href=&amp;quot;http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fwww.hindustantimes.com%2FIndia-news%2FMadhyaPradesh%2FSenior-Congress-leader-Subhash-Yadav-passes-away%2FArticle1-1082724.aspx&amp;amp;t=Senior+Congress+leader+Subhash+Yadav+passes+away&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://res3.feedsportal.com/social/twitter.png&amp;quot; border=&amp;quot;0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;amp;nbsp;&amp;lt;a href=&amp;quot;http://share.feedsportal.com/share/facebook/?u=http%3A%2F%2Fwww.hindustantimes.com%2FIndia-news%2FMadhyaPradesh%2FSenior-Congress-leader-Subhash-Yadav-passes-away%2FArticle1-1082724.aspx&amp;amp;t=Senior+Congress+leader+Subhash+Yadav+passes+away&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://res3.feedsportal.com/social/facebook.png&amp;quot; border=&amp;quot;0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;amp;nbsp;&amp;lt;a href=&amp;quot;http://share.feedsportal.com/share/linkedin/?u=http%3A%2F%2Fwww.hindustantimes.com%2FIndia-news%2FMadhyaPradesh%2FSenior-Congress-leader-Subhash-Yadav-passes-away%2FArticle1-1082724.aspx&amp;amp;t=Senior+Congress+leader+Subhash+Yadav+passes+away&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://res3.feedsportal.com/social/linkedin.png&amp;quot; border=&amp;quot;0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;amp;nbsp;&amp;lt;a href=&amp;quot;http://share.feedsportal.com/share/gplus/?u=http%3A%2F%2Fwww.hindustantimes.com%2FIndia-news%2FMadhyaPradesh%2FSenior-Congress-leader-Subhash-Yadav-passes-away%2FArticle1-1082724.aspx&amp;amp;t=Senior+Congress+leader+Subhash+Yadav+passes+away&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://res3.feedsportal.com/social/googleplus.png&amp;quot; border=&amp;quot;0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;amp;nbsp;&amp;lt;a href=&amp;quot;http://share.feedsportal.com/share/email/?u=http%3A%2F%2Fwww.hindustantimes.com%2FIndia-news%2FMadhyaPradesh%2FSenior-Congress-leader-Subhash-Yadav-passes-away%2FArticle1-1082724.aspx&amp;amp;t=Senior+Congress+leader+Subhash+Yadav+passes+away&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://res3.feedsportal.com/social/email.png&amp;quot; border=&amp;quot;0&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td valign=&amp;apos;middle&amp;apos;&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;a href=&amp;quot;http://da.feedsportal.com/r/165665396933/u/49/f/608451/c/33818/s/2dcf34f1/a2.htm&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://da.feedsportal.com/r/165665396933/u/49/f/608451/c/33818/s/2dcf34f1/a2.img&amp;quot; border=&amp;quot;0&amp;quot;/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;img width=&amp;quot;1&amp;quot; height=&amp;quot;1&amp;quot; src=&amp;quot;http://pi.feedsportal.com/r/165665396933/u/49/f/608451/c/33818/s/2dcf34f1/a2t.img&amp;quot; border=&amp;quot;0&amp;quot;/&amp;gt;&amp;lt;div class=&amp;quot;feedflare&amp;quot;&amp;gt; &amp;lt;a href=&amp;quot;http://feeds.hindustantimes.com/~ff/HT-IndiaSectionPage-Topstories?a=HSWJIomgkPQ:FLtHY4O2U4k:yIl2AUoC8zA&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://feeds.feedburner.com/~ff/HT-IndiaSectionPage-Topstories?d=yIl2AUoC8zA&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;/img&amp;gt;&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;http://feeds.hindustantimes.com/~ff/HT-IndiaSectionPage-Topstories?a=HSWJIomgkPQ:FLtHY4O2U4k:-BTjWOF_DHI&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://feeds.feedburner.com/~ff/HT-IndiaSectionPage-Topstories?i=HSWJIomgkPQ:FLtHY4O2U4k:-BTjWOF_DHI&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;/img&amp;gt;&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;http://feeds.hindustantimes.com/~ff/HT-IndiaSectionPage-Topstories?a=HSWJIomgkPQ:FLtHY4O2U4k:F7zBnMyn0Lo&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://feeds.feedburner.com/~ff/HT-IndiaSectionPage-Topstories?i=HSWJIomgkPQ:FLtHY4O2U4k:F7zBnMyn0Lo&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;/img&amp;gt;&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;http://feeds.hindustantimes.com/~ff/HT-IndiaSectionPage-Topstories?a=HSWJIomgkPQ:FLtHY4O2U4k:7Q72WNTAKBA&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://feeds.feedburner.com/~ff/HT-IndiaSectionPage-Topstories?d=7Q72WNTAKBA&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;/img&amp;gt;&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;http://feeds.hindustantimes.com/~ff/HT-IndiaSectionPage-Topstories?a=HSWJIomgkPQ:FLtHY4O2U4k:V_sGLiPBpWU&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://feeds.feedburner.com/~ff/HT-IndiaSectionPage-Topstories?i=HSWJIomgkPQ:FLtHY4O2U4k:V_sGLiPBpWU&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;/img&amp;gt;&amp;lt;/a&amp;gt; &amp;lt;a href=&amp;quot;http://feeds.hindustantimes.com/~ff/HT-IndiaSectionPage-Topstories?a=HSWJIomgkPQ:FLtHY4O2U4k:qj6IDK7rITs&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://feeds.feedburner.com/~ff/HT-IndiaSectionPage-Topstories?d=qj6IDK7rITs&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;/img&amp;gt;&amp;lt;/a&amp;gt; &amp;lt;/div&amp;gt;&amp;lt;img src=&amp;quot;http://feeds.feedburner.com/~r/HT-IndiaSectionPage-Topstories/~4/HSWJIomgkPQ&amp;quot; height=&amp;quot;1&amp;quot; width=&amp;quot;1&amp;quot;/&amp;gt; &lt;/description&gt; &lt;pubdate&gt; Wed, 26 Jun 2013 08:41:18 GMT &lt;/pubdate&gt; &lt;comments&gt; http://www.hindustantimes.com/India-news/MadhyaPradesh/Senior-Congress-leader-Subhash-Yadav-passes-away/Article1-1082724.aspx &lt;/comments&gt; &lt;guid ispermalink="false"&gt; 1082724 &lt;/guid&gt; &lt;feedburner:origlink&gt; http://hindustantimes.com.feedsportal.com/c/33818/f/608451/s/2dcf34f1/l/0L0Shindustantimes0N0CIndia0Enews0CMadhyaPradesh0CSenior0ECongress0Eleader0ESubhash0EYadav0Epasses0Eaway0CArticle10E10A827240Baspx/story01.htm &lt;/feedburner:origlink&gt; &lt;/item&gt; &lt;media:rating&gt; nonadult &lt;/media:rating&gt; &lt;/channel&gt; &lt;/rss&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload