Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to encode illegal tag in html body #1230

Open
z2xlong opened this issue Jun 5, 2019 · 1 comment
Open

How to encode illegal tag in html body #1230

z2xlong opened this issue Jun 5, 2019 · 1 comment

Comments

@z2xlong
Copy link

z2xlong commented Jun 5, 2019

Is there anyway to encode illegal tags with cleaner or parser like this:

input: <p>Try <aaa>jsoup</p>
output: <p>Try &lt;aaa&gt; jsoup</p>

thanks for your help.

@raysnehanjana
Copy link

I am facing same issue, What to do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants