-
-
Notifications
You must be signed in to change notification settings - Fork 384
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
</form> is recognized as a Text node #45
Comments
Hello @osjoberg , Thank you for reporting, We will look at this issue. Best Regards, Jonathan |
Hi @JonathanMagnan, I am a developer of the WebSharper web framework for F#. We are using HtmlAgilityPack for our templating engine, and we are being hit by this and #48. Is there any ETA for a fix on these issues? |
fix for #45 </form> is recognized as a Text node
Hello @Tarmil , My developer provided me a pull request yesterday. I'm currently checking the side effect of this pull request. If there is nothing wrong, it should be released probably Wednesday. Best Regards, Jonathan |
That's great news, thanks! |
Hello!
When parsing html </form> is recognized as a #text node.
Small repro.
Result contains:
Seems reasonable, however changing "<div></div>" to "<form></form>" in the repro above yields an unexpected output
Obviously my real scenario has a full HTML document, with html, head, body, etc, but the error stays the same.
The text was updated successfully, but these errors were encountered: