JuliaWeb/Gumbo.jl

LibXML2 (EzXML.jl) bindings

Opened this issue · 1 comments

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 commented

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