lestrrat-go / libxml2

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

Basic HTML example doesn't work #24

Closed xeoncross closed 7 years ago

xeoncross commented 7 years ago

The example on the homepage doesn't work. Seems the API has changed. https://github.com/lestrrat/go-libxml2#basic-html-example

doc.FindNodes undefined (type types.Document has no field or method FindNodes)