-
Notifications
You must be signed in to change notification settings - Fork 222
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
LibXML2 bindings for html5ever #423
Comments
The current maintainers of this library have no experience with libxml2 and won't spend any time investigating this as a possibility, sorry. |
There is no such thing as html5ever nodes. Instead the intended use is that you implement the |
I know this is quite a while ago. We went away from Gumbo.jl as it couldn't preserve templates. I just submitted a PR to add template handling and to fix JuliaWeb/Gumbo.jl#86. Maybe, this is an option for you as soon as it is merged? |
Is there a possibility that we have LibXML2 bindings for html5ever similar to how gumbo has it?
https://github.com/sevenval/gumbo-libxml
I have a program that is written on top of LibXML2, however, I need to parse HTML5 with it. I was wondering if I can use html5ever for this purpose without changing my whole library.
The text was updated successfully, but these errors were encountered: