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

Inliner strips out vml from html tag #308

Closed
bodixxx opened this issue Sep 6, 2022 · 1 comment
Closed

Inliner strips out vml from html tag #308

bodixxx opened this issue Sep 6, 2022 · 1 comment

Comments

@bodixxx
Copy link

bodixxx commented Sep 6, 2022

If anyone can help me with this issue, i got some vml code that is stripped from html tag:

html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"

after PreMailer i got:
html lang="en" xmlns="http://www.w3.org/1999/xhtml

the xmlsn:v is getting stripped out because of the ":"

thank you

@martinnormark
Copy link
Contributor

@bodixxx This may have been fixed since updating to latest version of AngleSharp. I added a test to verify in 6dc98b6.

Change not released yet.

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

No branches or pull requests

2 participants