lestrrat-go / libxml2

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

added support for wrapping processing information nodes to dom.WrapNode #30

Closed bigshahan closed 7 years ago

bigshahan commented 7 years ago

This PR adds support for Processing Information nodes to dom.WrapNode along with test case.

lestrrat commented 7 years ago

dank u wel!

bigshahan commented 7 years ago

thanks for the quick merge!

lestrrat commented 7 years ago

@shahan312 just for future reference, I've changed the code to be auto-generated, so if you need to add more wrapXXX stuff, please modify internal/cmd/genwrapnode/genwrapnode.go accordingly

see #31