lestrrat-go / libxml2

Interface to libxml2, with DOM interface
MIT License
230 stars 56 forks source link

invalid selfClosing Tag #73

Closed FanHuaRan closed 3 years ago

FanHuaRan commented 3 years ago

code: image

output: image

but 'a' is not valid selfClosing tag in html. How avoid SelfClosing tag?

lestrrat commented 3 years ago

@FanHuaRan I'm sorry, but I don't use the HTML parser much, so I don't know.

Also this library is a binding to libxml2. This library does not do anything more than what libxml2 can do. Please read their manual, and ask questions on libxml2 usage elsewhere. If you find that you can't do something that the original libxml2 can do, but this library can't (or is doing wrong), then please let us know