You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 aparsehtml5
function which uses thatnode_convert
internally, similar to thisThen we can override the original
parsehtml
function to useparsehtml5
.This can fix JuliaIO/EzXML.jl#146
The text was updated successfully, but these errors were encountered: