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

LibXML2 (EzXML.jl) bindings #85

Open
aminya opened this issue Jun 25, 2020 · 1 comment
Open

LibXML2 (EzXML.jl) bindings #85

aminya opened this issue Jun 25, 2020 · 1 comment

Comments

@aminya
Copy link

aminya commented Jun 25, 2020

Is there a possibility that we have LibXML2 bindings similar to this:
https://github.com/sevenval/gumbo-libxml

The conversion is very simple. We just need a node_convert function similar to this to convert Gumbo nodes to EzXML nodes, and also a parsehtml5 function which uses that node_convert internally, similar to this

Then we can override the original parsehtml function to use parsehtml5.

This can fix JuliaIO/EzXML.jl#146

@aviks
Copy link
Member

aviks commented Aug 7, 2020

I'd be happy to see a PR with that. I don't think I have the time to implement this myself.

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