You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, you can't.... you must feed it into JTidy or using JSoup. The normal XML parser won't parse a br which is not terminated correctly (i.e. <br/>).
In my projects I use JTidy to cleanup the HTML and make it wellformed:
In my case I have tags like "
" without "
" than I got the error:
and " " so I got the error:
how can I fix this without change all HTML code? (it's from my user)
The text was updated successfully, but these errors were encountered: