XML parsing images URL inside content



I already have XML parsing set up. I want to parse the images, but they are inside the content:encoded branch in XML, inside HTML img tag. Like this:



<p>Sometext...</p> <p><img class="alignnone" src="http://ift.tt/15fmljw" alt="" width="600" height="450" /></p>


I want to parse the image. Is it possible, if someone could provide me some code? Here's my XMLParser.java: http://ift.tt/1t2b6pG My GetArticles.java: http://ift.tt/15fmljy And MainActivity.java: http://ift.tt/1t2b4hH


Thanks in advance.


No comments:

Post a Comment