android - {SOLVED} JSOUP Parsing between closed tags -
i'm using jsoup parse html, text looking not enclosed inside tag. example:
<strong>album:</strong> picasso biggie <em>|</em>
so text trying parse album "picasso biggie"
how can in jsoup?
i haven't found solution after going through cookbooks. if it's not possible in jsoup there html parser can this?
update: followed instruction link
Comments
Post a Comment