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

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -